Skip to content

Commit 49798a1

Browse files
Add fix for new homebrew path. (Shift3#32)
Closes Shift3#31
1 parent 494f31d commit 49798a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zshrc

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export PATH="$HOME/bin:$PATH"
7373

7474
# for mac systems this will pickup homebrew, otherwise nice to have.
7575
export PATH="/usr/local/bin:$PATH"
76+
export PATH="/opt/homebrew/bin:$PATH"
7677

7778
# add path for python user directory binaries
7879
export PATH="${PATH}:$(python3 -c 'import site; print(site.USER_BASE)')/bin"

0 commit comments

Comments
 (0)