We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b5587 commit 7a82f0fCopy full SHA for 7a82f0f
.config/fish/conf.d/02-xdg.fish
@@ -45,9 +45,9 @@ set -gx LESSHISTFILE /dev/null
45
46
# node
47
set -gx NODE_REPL_HISTORY /dev/null
48
-set -gx npm_config_cache $XDG_CACHE_HOME/npm
49
-set -gx npm_config_prefix ~/.local
50
-set -gx npm_config_userconfig $XDG_CONFIG_HOME/npm/npmrc
+set -gx NPM_CONFIG_CACHE $XDG_CACHE_HOME/npm
+set -gx NPM_CONFIG_PREFIX ~/.local
+set -gx NPM_CONFIG_USERCONFIG $XDG_CONFIG_HOME/npm/npmrc
51
52
# pip
53
set -gx PIP_CACHE_DIR $XDG_CACHE_HOME/pip
0 commit comments