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 . $ZDOTDIR/.zshrc.local
fi fi
# set up asdf # set up mise
if [ -f $HOME/.asdf/asdf.sh ]; then eval "$(~/.local/bin/mise activate zsh)"
. $HOME/.asdf/asdf.sh
else
echo "Warning: asdf not found, skipping"
fi
# pnpm # pnpm
export PNPM_HOME="/home/rob/.local/share/pnpm" export PNPM_HOME="/home/rob/.local/share/pnpm"