diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 14f5efd..fa4d834 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -18,6 +18,11 @@ zle -N down-line-or-beginning-search # Colors autoload -Uz colors && colors +# Homebrew +if [ "$(which brew)" ]; then + eval "$(brew shellenv)" +fi + # Load Useful Functions source "$ZDOTDIR/zsh-functions"