From ec6bec1983a8ecd2dc9f3fa075964be64cad3981 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 27 Feb 2018 22:55:46 +0100 Subject: Modularize environment variables --- npm/.config/env/90-npm.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 npm/.config/env/90-npm.sh (limited to 'npm') diff --git a/npm/.config/env/90-npm.sh b/npm/.config/env/90-npm.sh new file mode 100644 index 0000000..1606093 --- /dev/null +++ b/npm/.config/env/90-npm.sh @@ -0,0 +1 @@ +export NPM_CONFIG_USERCONFIG="${XDG_CONFIG_HOME}/npm/config" -- cgit v1.2.1