formatting + pnpm add
This commit is contained in:
parent
a127eb118c
commit
1e606eaeb5
2 changed files with 14 additions and 9 deletions
|
@ -95,3 +95,8 @@ if [ -d "$HOME/.pyenv" ];then
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
eval "$(pyenv virtualenv-init -)"
|
eval "$(pyenv virtualenv-init -)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# pnpm
|
||||||
|
export PNPM_HOME="/home/daylin/.local/share/pnpm"
|
||||||
|
export PATH="$PNPM_HOME:$PATH"
|
||||||
|
# pnpm end
|
||||||
|
|
Loading…
Reference in a new issue