We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494f31d commit 49798a1Copy full SHA for 49798a1
zshrc
@@ -73,6 +73,7 @@ export PATH="$HOME/bin:$PATH"
73
74
# for mac systems this will pickup homebrew, otherwise nice to have.
75
export PATH="/usr/local/bin:$PATH"
76
+export PATH="/opt/homebrew/bin:$PATH"
77
78
# add path for python user directory binaries
79
export PATH="${PATH}:$(python3 -c 'import site; print(site.USER_BASE)')/bin"
0 commit comments