1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-12 05:40:17 +00:00

add mise activation in install.zsh

This commit is contained in:
Luna 2024-09-06 13:14:49 +02:00
parent d5708fc0b8
commit b569b1c486

View file

@ -111,4 +111,8 @@ for plugin in $=plugins_git; do
fi
done
unfunction install
if iscmd mise; then
mise activate > $HOME/.zsh/mise.zsh
fi
unfunction install iscmd