ZSH: Replaced $(brew --prefix) with absolut path to make config portable
This commit is contained in:
parent
28ae6305c9
commit
45a134ae9d
@ -3,7 +3,7 @@ declare -U fpath
|
||||
|
||||
fpath=($fpath $ZDOTDIR/completions/)
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user