update PATH in zsh configuration to include npm global binaries

This commit is contained in:
Laurent Le Houerou 2025-03-31 10:05:57 +04:00
parent ccf7427e57
commit e02073ae9f

View File

@ -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"