From 59fd5877cf0a12ce45c74f0f558ff132c76685cc Mon Sep 17 00:00:00 2001 From: Benie Date: Fri, 9 Dec 2022 15:03:27 +0000 Subject: [PATCH] Add new homebrew install locaiton to PATH --- zshenv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshenv b/zshenv index 46cf512..58ff01f 100644 --- a/zshenv +++ b/zshenv @@ -22,6 +22,8 @@ INFOPATH=$HOME/.local/share/info:$INFOPATH # Add ccache compiler aliases to PATH and use XDG base dir paths if [ `uname` = Darwin ]; then + [ -d /opt/homebrew/bin ] && \ + PATH=/opt/homebrew/bin:$PATH [ -d /usr/local/opt/python/libexec/bin ] && \ PATH=/usr/local/opt/python/libexec/bin:$PATH [ -f /usr/local/bin/ccache ] && \