From a1237a13e5bc82317e48938a38be36361692d60e Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Thu, 10 Dec 2020 13:22:38 -0700 Subject: Add npmrc and tweak profile for envs --- .config/shell/profile | 1 + 1 file changed, 1 insertion(+) (limited to '.config/shell') diff --git a/.config/shell/profile b/.config/shell/profile index f6f9a4f..8f02300 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -29,6 +29,7 @@ export GEM_SPEC_CACHE="$XDG_CACHE_HOME/gem" # Node.js. export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc" export NVM_DIR="$XDG_DATA_HOME/nvm" +export NODE_REPL_HISTORY="$XDG_DATA_HOME/node_repl_history" # Ncurses. export TERMINFO="$XDG_DATA_HOME/terminfo" export TERMINFO_DIRS="$XDG_DATA_HOME/terminfo:/usr/share/terminfo" -- cgit v1.2.3-54-g00ecf