.profile.common

changeset 1180
308dce5084af
parent 1103
0c1f1cf78ed9
--- a/.profile.common
+++ b/.profile.common
@@ -15,6 +15,10 @@ if [ -d /opt/homebrew ]; then
   eval "$(/opt/homebrew/bin/brew shellenv)"
 fi
 
+if [ -x ~/.local/bin/mise ]; then
+  eval "$(mise activate ${ZSH_NAME:-bash})"
+fi
+
 if [ -d ~/.asdf ]; then
   source ~/.asdf/asdf.sh
 fi

mercurial