1
Fork 0

Add pnpm initialization.

This commit is contained in:
Bauke 2022-07-27 19:06:43 +02:00
parent 6a42a68ddf
commit 581c502670
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 3 additions and 0 deletions

3
.zshrc
View File

@ -15,5 +15,8 @@ source "$HOME/.functions.zsh"
export NVS_HOME="$HOME/.local/share/nvs"
source "$NVS_HOME/nvs.sh"
export PNPM_HOME="$HOME/.local/share/pnpm"
export PATH="$PATH:$PNPM_HOME"
eval "$(register-python-argcomplete pipx)"
eval "$(starship init zsh)"