diff --git a/zshenv b/zshenv index 7bc396b..30c6205 100644 --- a/zshenv +++ b/zshenv @@ -22,6 +22,8 @@ INFOPATH=$HOME/.local/share/info:$INFOPATH # Add ccache to the PATH and use XDG base dir paths if [ `uname` = Darwin ]; then + [ -d /usr/local/opt/python/libexec/bin ] && \ + PATH=/usr/local/opt/python/libexec/bin:$PATH [ -f /usr/local/bin/ccache ] && \ PATH=/usr/local/opt/ccache/libexec:$PATH elif [ -f /usr/bin/ccache ]; then