mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-17 10:02:25 +00:00
fix agent-browser PATH: add npm global bin to zsh path (#37)
- Add npm global bin dir to zsh path array so agent-browser (and other npm -g binaries) are found in interactive shells - Fix activation check to look for the binary at the actual npm prefix path instead of relying on command -v with wrong PATH
This commit is contained in:
parent
92b13153e9
commit
8c78cf18e1
2 changed files with 3 additions and 1 deletions
|
|
@ -83,6 +83,7 @@
|
|||
"$BUN_INSTALL/bin"
|
||||
"$HOME/.antigravity/antigravity/bin"
|
||||
"$HOME/.opencode/bin"
|
||||
"$(npm prefix -g 2>/dev/null)/bin"
|
||||
"${pkgs.postgresql_17}/bin"
|
||||
"$HOME/.nix-profile/bin"
|
||||
"/run/wrappers/bin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue