From fa6c2e5910c445c873cf1037dbe7d2ba8a17210c Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 8 Jun 2020 02:01:47 -0400 Subject: .config: Add npmrc --- .bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 77671d4..44aac41 100644 --- a/.bash_profile +++ b/.bash_profile @@ -42,6 +42,7 @@ export LESSHISTFILE="$XDG_CACHE_HOME/less.history" export INPUTRC="$XDG_CONFIG_HOME/inputrc" export ICEAUTHORITY="$XDG_CACHE_HOME/ICEauthority" export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat" +export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npmrc" # themes export DESKTOP_SESSION=gnome -- cgit v1.2.3