diff --git a/.zshrc b/.zshrc index e5a7669..7bbe924 100644 --- a/.zshrc +++ b/.zshrc @@ -18,6 +18,10 @@ plugins=( source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +if type brew &>/dev/null; then + FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH +fi + source $ZSH/oh-my-zsh.sh # Useful aliases