diff --git a/zshrc.zsh b/zshrc.zsh index 88b620e..f9cedaf 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -8,6 +8,9 @@ SAVEHIST=10000 bindkey -v # ZSH builtin autoload +if type brew &>/dev/null; then + FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH +fi autoload -Uz compinit promptinit run-help compinit promptinit