diff --git a/modules/shell.nix b/modules/shell.nix index 8ae5f9b..eb2ff97 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -57,6 +57,7 @@ export PATH=$PATH:$GOPATH/bin export PATH=$HOME/.local/bin:$PATH export PATH=$HOME/.opencode/bin:$PATH + export PATH=$HOME/.cache/npm/global/bin:$PATH # Google Cloud SDK (if exists) if [ -f "$HOME/Code/gke/google-cloud-sdk/path.zsh.inc" ]; then