chore: add mise
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
56739dea0b
commit
2a3233a140
8
zshrc
8
zshrc
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue