path for non declarative npm packages

This commit is contained in:
Sergei Poljanski 2025-12-27 15:19:50 +02:00
commit 916853d2ba
Signed by: asxpi
GPG key ID: 4F8851660FA4121B

View file

@ -57,6 +57,7 @@
export PATH=$PATH:$GOPATH/bin export PATH=$PATH:$GOPATH/bin
export PATH=$HOME/.local/bin:$PATH export PATH=$HOME/.local/bin:$PATH
export PATH=$HOME/.opencode/bin:$PATH export PATH=$HOME/.opencode/bin:$PATH
export PATH=$HOME/.cache/npm/global/bin:$PATH
# Google Cloud SDK (if exists) # Google Cloud SDK (if exists)
if [ -f "$HOME/Code/gke/google-cloud-sdk/path.zsh.inc" ]; then if [ -f "$HOME/Code/gke/google-cloud-sdk/path.zsh.inc" ]; then