Add new homebrew install locaiton to PATH
This commit is contained in:
parent
b95b365276
commit
59fd5877cf
2
zshenv
2
zshenv
@ -22,6 +22,8 @@ INFOPATH=$HOME/.local/share/info:$INFOPATH
|
|||||||
|
|
||||||
# Add ccache compiler aliases to PATH and use XDG base dir paths
|
# Add ccache compiler aliases to PATH and use XDG base dir paths
|
||||||
if [ `uname` = Darwin ]; then
|
if [ `uname` = Darwin ]; then
|
||||||
|
[ -d /opt/homebrew/bin ] && \
|
||||||
|
PATH=/opt/homebrew/bin:$PATH
|
||||||
[ -d /usr/local/opt/python/libexec/bin ] && \
|
[ -d /usr/local/opt/python/libexec/bin ] && \
|
||||||
PATH=/usr/local/opt/python/libexec/bin:$PATH
|
PATH=/usr/local/opt/python/libexec/bin:$PATH
|
||||||
[ -f /usr/local/bin/ccache ] && \
|
[ -f /usr/local/bin/ccache ] && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user