Move npm's user configuration file under XDG config home
This commit is contained in:
parent
b67d9ebf2f
commit
a8eddde979
1 changed files with 3 additions and 0 deletions
3
config/zsh/login/npm
Normal file
3
config/zsh/login/npm
Normal file
|
@ -0,0 +1,3 @@
|
|||
#! zsh
|
||||
: ${NPM_CONFIG_USERCONFIG:=$XDG_CONFIG_HOME/npm/config}
|
||||
export NPM_CONFIG_USERCONFIG
|
Loading…
Reference in a new issue