From 554cfb1094fda3590d40c4a89cab1df428f9dc8b Mon Sep 17 00:00:00 2001 From: Li Tang Date: Thu, 11 Jun 2026 10:45:04 +0800 Subject: [PATCH] chore: add pnpm bin Signed-off-by: Li Tang --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 8fb6968..c549f76 100644 --- a/.zshrc +++ b/.zshrc @@ -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"