diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 091a158..c920ce3 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -140,6 +140,10 @@ if [[ $- == *i* ]] ; then # History alias fullhist="history 1" alias longhist="history -1000" + # Homebrew on mac + if test -x /opt/homebrew/bin/brew ; then + eval $(/opt/homebrew/bin/brew shellenv) + fi fi # End interactive-only block # In case ack is named ack-grep