From 7194728fcf830dbe3d813569b176038d7abf24c4 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sun, 15 Mar 2026 18:18:07 +1100 Subject: [PATCH] Add npm-global bin to PATH in .zshrc --- configs/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/.zshrc b/configs/.zshrc index 490c17b..1ca26eb 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -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.