From 5ac6133b474c44fe24cacc6da65bd19407ca3fe6 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 11 Mar 2021 15:56:53 +0100 Subject: Added npm XDG dirs, Added qutebrowser machine learning library doc search engines --- config/zsh/zprofile | 1 + 1 file changed, 1 insertion(+) (limited to 'config/zsh') diff --git a/config/zsh/zprofile b/config/zsh/zprofile index fef0af7..408419a 100755 --- a/config/zsh/zprofile +++ b/config/zsh/zprofile @@ -24,6 +24,7 @@ export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc" export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/startup.py" export ASPELL_CONF="per-conf $XDG_CONFIG_HOME/aspell/aspell.conf; personal $XDG_CONFIG_HOME/aspell/en.pws; repl $XDG_CONFIG_HOME/aspell/en.prepl" export BUNDLE_USER_CONFIG="$XDG_CONFIG_HOME"/bundle +export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc # shellcheck disable=SC2016 export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' export IPYTHONDIR="$XDG_CONFIG_HOME/ipython" -- cgit