Actually add mise stuff.

This commit is contained in:
Sebastian Bugge 2025-04-01 11:39:05 +02:00
parent 2a7612a21e
commit 55ca50973f
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691

4
.zshrc
View file

@ -43,6 +43,10 @@ if [ -s "$NVM_DIR/nvm.sh" ]; then
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
fi
if [ -f $HOME/.local/bin/mise ]; then
eval "$($HOME/.local/bin/mise activate zsh)"
fi
source ~/.aliases
fpath+=~/.zfunc
autoload -U compinit; compinit -d