.profile.common

changeset 1180
308dce5084af
parent 1103
0c1f1cf78ed9
equal deleted inserted replaced
1179:b0a0ba3240b5 1180:308dce5084af
11 eval "$(perl -Mlocal::lib)" 11 eval "$(perl -Mlocal::lib)"
12 fi 12 fi
13 13
14 if [ -d /opt/homebrew ]; then 14 if [ -d /opt/homebrew ]; then
15 eval "$(/opt/homebrew/bin/brew shellenv)" 15 eval "$(/opt/homebrew/bin/brew shellenv)"
16 fi
17
18 if [ -x ~/.local/bin/mise ]; then
19 eval "$(mise activate ${ZSH_NAME:-bash})"
16 fi 20 fi
17 21
18 if [ -d ~/.asdf ]; then 22 if [ -d ~/.asdf ]; then
19 source ~/.asdf/asdf.sh 23 source ~/.asdf/asdf.sh
20 fi 24 fi

mercurial