Add `mise.zsh`.

This commit is contained in:
Kazuhiro MUSASHI 2024-02-12 22:25:27 +09:00
parent 3e903cf7aa
commit ac342907d8
1 changed files with 9 additions and 0 deletions

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