Fix zsh zcompinit

This commit is contained in:
Christian Baer 2020-12-04 09:06:46 +01:00
parent 47e3b31fd6
commit d8855c9af7

View File

@ -10,7 +10,6 @@ WORDCHARS=''
zmodload -i zsh/complist
fpath=($fpath $ZDOTDIR/completions/)
fpath=($fpath /usr/local/share/zsh/)
fpath=($fpath /usr/local/share/zsh/site-functions/)
## case-insensitive (all),partial-word and then substring completion