diff --git a/.zprofile b/.zprofile index 8ef55c0..59f6c5b 100644 --- a/.zprofile +++ b/.zprofile @@ -2,4 +2,8 @@ pb() { echo "$1" | nc pb.24unix.net 9999 } +if [ -x /opt/homebrew/bin/brew ]; then + eval "$(/opt/homebrew/bin/brew shellenv)" +fi + export EDITOR='vim'