diff options
Diffstat (limited to 'zsh/zprofile')
-rwxr-xr-x | zsh/zprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zprofile b/zsh/zprofile index cabaa70..209e56a 100755 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -17,6 +17,7 @@ export XDG_CONFIG_HOME="$HOME/.config" export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc" export MBSYNCRC="$XDG_CONFIG_HOME/mbsync/config" export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/config" +export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc" export X11CONFIG="$XDG_CONFIG_HOME/x11" # Used for X11 scripts export ZDOTDIR="$XDG_CONFIG_HOME/zsh" |