.profile.common

changeset 991
a925474b9558
parent 988
c74a9716d606
child 1009
6e406c848736
--- 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

mercurial