mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 16:26:50 +00:00
add mise activation in install.zsh
This commit is contained in:
parent
d5708fc0b8
commit
b569b1c486
1 changed files with 5 additions and 1 deletions
|
@ -111,4 +111,8 @@ for plugin in $=plugins_git; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
unfunction install
|
if iscmd mise; then
|
||||||
|
mise activate > $HOME/.zsh/mise.zsh
|
||||||
|
fi
|
||||||
|
|
||||||
|
unfunction install iscmd
|
||||||
|
|
Loading…
Add table
Reference in a new issue