updated sheldon zsh config

This commit is contained in:
Nikolas Weger 2023-06-20 11:26:13 +02:00
parent 0d384685b9
commit 0084e63150
5 changed files with 11 additions and 12 deletions

View file

@ -1,9 +1,5 @@
shell = "zsh"
[templates]
defer = """{% for file in files %} zsh-defer source "{{ file }}" {% endfor %}"""
defer-more = """{% for file in files %} zsh-defer -t 0.5 source "{{ file }}" {% endfor %}"""
# own files
[plugins.disableflow]
inline = 'stty -ixon'
@ -29,9 +25,6 @@ github = "zsh-users/zsh-completions"
github = "trapd00r/LS_COLORS"
# plugins
[plugins.zshdefer]
github = "romkatv/zsh-defer"
[plugins.omzlib]
github = "ohmyzsh/ohmyzsh"
dir = "lib"