Trying to deal with compinit on zsh from brew

This commit is contained in:
2020-12-03 11:00:40 +01:00
parent cdec96b6c6
commit 47e3b31fd6
2 changed files with 7 additions and 1 deletions

View File

@ -10,6 +10,7 @@ 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