support-mise #1

Merged
kazu634 merged 2 commits from support-mise into main 2024-02-12 13:36:28 +00:00
1 changed files with 9 additions and 0 deletions
Showing only changes of commit ac342907d8 - Show all commits

9
.zsh.d/mise.zsh Normal file
View File

@ -0,0 +1,9 @@
# === mise ===
case ${OSTYPE} in
*)
# for Linux Only
if [ -e /usr/bin/mise ]; then
eval "$(mise activate zsh)"
fi
;;
esac