feat: Adds npm bin directory to path.

This commit is contained in:
2025-10-23 16:20:45 -04:00
parent 3b89eb4877
commit 1006821a9c

View File

@@ -63,6 +63,7 @@ path_prepend \
"$GOROOT/bin" \
"$GOPATH/bin" \
"$XDG_DATA_HOME/bin" \
"$XDG_DATA_HOME/npm" \
"$HOME/.local/bin" \
"$SCRIPTS" \
"$SCRIPTS/hypr" \