Fri, 06 May 2022 11:14:13 -0500
Handle M1 homebrew setup if present
--- a/.profile.common +++ b/.profile.common @@ -25,6 +25,10 @@ if [ -d ~/perl5/lib ]; then eval "$(perl -Mlocal::lib)" fi +if [ -d /opt/homebrew ]; then + eval "$(/opt/homebrew/bin/brew shellenv)" +fi + if [ -d ~/.asdf ]; then source ~/.asdf/asdf.sh fi