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
|
. $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"
|
||||||
|
|
Loading…
Reference in New Issue