chore: add pnpm bin

Signed-off-by: Li Tang <iamtangli42@gmail.com>
This commit is contained in:
2026-06-11 10:45:04 +08:00
parent 435e95bf0f
commit 554cfb1094

2
.zshrc
View File

@@ -17,7 +17,7 @@ export PATH="/opt/homebrew/sbin:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/usr/s
export PATH="/opt/homebrew/opt/rustup/bin:$PATH"
export PATH="$CARGO_HOME/bin:$GOPATH/bin:$PATH"
export PATH="$HOME/.local/bin:${HOME}/.krew/bin:$PATH"
export PATH="$PNPM_HOME:$PATH"
export PATH="$PNPM_HOME/bin:$PATH"
export PATH="$BUN_HOME/bin:$PATH"
export PATH="$HOME/.docker/bin:$PATH"
export PATH="$PATH:$HOME/.spicetify"