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