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:
parent
d5708fc0b8
commit
b569b1c486
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue