Skip to content

Commit

Permalink
Accomodate that brew is installed in a different default location now
Browse files Browse the repository at this point in the history
  • Loading branch information
jeckhart committed Aug 9, 2024
1 parent 89a39ce commit d2c6f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ if [ -n "$HOMEBREW_PREFIX" ]; then
BREWPATH="$HOMEBREW_PREFIX/bin/brew"
fi

[ ! -e "$BREWPATH" ] && BREWPATH='/opt/homebrew/bin/brew'
[ ! -e "$BREWPATH" ] && BREWPATH='/usr/local/bin/brew'
[ ! -e "$BREWPATH" ] && BREWPATH='/home/linuxbrew/.linuxbrew/bin/brew'

Expand Down

0 comments on commit d2c6f0c

Please sign in to comment.