Fix zsh zcompinit
This commit is contained in:
parent
47e3b31fd6
commit
d8855c9af7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user