ZSH: Replaced $(brew --prefix) with absolut path to make config portable

This commit is contained in:
Christian Baer 2021-01-24 18:22:51 +01:00
parent 28ae6305c9
commit 45a134ae9d

View File

@ -3,7 +3,7 @@ declare -U fpath
fpath=($fpath $ZDOTDIR/completions/) fpath=($fpath $ZDOTDIR/completions/)
fpath=($fpath /usr/local/share/zsh/site-functions) fpath=($fpath /usr/local/share/zsh/site-functions)
fpath=($fpath $(brew --prefix)/share/zsh/site-functions) fpath=($fpath /opt/homebrew/share/zsh/site-functions)
# case insensitive path-completion # case insensitive path-completion