update PATH in zsh configuration to include npm global binaries
This commit is contained in:
parent
ccf7427e57
commit
e02073ae9f
@ -78,4 +78,4 @@ export BUN_INSTALL="${bun_install:-$HOME/.bun}"
|
||||
[ -s "$BUN_INSTALL/_bun" ] && source "$BUN_INSTALL/_bun"
|
||||
|
||||
export TERM=xterm-256color
|
||||
export PATH="$HOME/go/bin:$BUN_INSTALL/bin:$HOME/.local/bin:$PATH"
|
||||
export PATH="$HOME/go/bin:$BUN_INSTALL/bin:$HOME/.local/bin:$HOME/.npm-global/bin:$PATH"
|
||||
|
Loading…
x
Reference in New Issue
Block a user