chore: add mise
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rob Watson 2024-04-08 09:33:22 +02:00
parent 56739dea0b
commit 2a3233a140
1 changed files with 2 additions and 6 deletions

8
zshrc
View File

@ -166,12 +166,8 @@ if [ -f $ZDOTDIR/.zshrc.local ]; then
. $ZDOTDIR/.zshrc.local
fi
# set up asdf
if [ -f $HOME/.asdf/asdf.sh ]; then
. $HOME/.asdf/asdf.sh
else
echo "Warning: asdf not found, skipping"
fi
# set up mise
eval "$(~/.local/bin/mise activate zsh)"
# pnpm
export PNPM_HOME="/home/rob/.local/share/pnpm"