Add npm-global bin to PATH in .zshrc

This commit is contained in:
alvinlollo
2026-03-15 18:18:07 +11:00
committed by GitHub
parent c822f75ef7
commit 7194728fcf
+1
View File
@@ -1,5 +1,6 @@
# If you come from bash, you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$PATH
export PATH="/home/pi/.npm-global/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"
# Path to your oh-my-zsh installation.