# HG changeset patch # User Meredith Howard # Date 1651853653 18000 # Node ID a925474b955862b0ff9ae308d6c694b83424ef6d # Parent a4f19f325dea60f166ae327050a40d1673623e21 Handle M1 homebrew setup if present diff --git a/.profile.common b/.profile.common --- 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