Add pnpm to .zshrc
This commit is contained in:
parent
dcf6843593
commit
7c9a23b37f
1 changed files with 8 additions and 0 deletions
|
@ -7,3 +7,11 @@ source ~/.zplug/init.zsh
|
||||||
|
|
||||||
# Use custom config
|
# Use custom config
|
||||||
source ~/.zcustom/init.zsh
|
source ~/.zcustom/init.zsh
|
||||||
|
|
||||||
|
# pnpm
|
||||||
|
export PNPM_HOME="/home/dhalucario/.local/share/pnpm"
|
||||||
|
case ":$PATH:" in
|
||||||
|
*":$PNPM_HOME:"*) ;;
|
||||||
|
*) export PATH="$PNPM_HOME:$PATH" ;;
|
||||||
|
esac
|
||||||
|
# pnpm end
|
Loading…
Reference in a new issue