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"