scripts/xdg-wrappers/npm

6 lines
154 B
Plaintext
Raw Normal View History

2023-01-23 14:23:25 +00:00
#!/bin/zsh
#dep:npm
2023-01-23 14:23:25 +00:00
source ${$(realpath "$0"):h:h}/lib/next-in-path.zsh
export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc
$(next-in-path npm $0) $@