aboutsummaryrefslogtreecommitdiffstats
path: root/.exports
diff options
context:
space:
mode:
Diffstat (limited to '.exports')
-rw-r--r--.exports4
1 files changed, 2 insertions, 2 deletions
diff --git a/.exports b/.exports
index 436e113..763c0ba 100644
--- a/.exports
+++ b/.exports
@@ -2,9 +2,9 @@
export EDITOR='vim';
# Enable persistent REPL history for `node`.
-NODE_REPL_HISTORY_FILE=~/.node_history;
+export NODE_REPL_HISTORY_FILE=~/.node_history;
# Allow 32³ entries; the default is 1000.
-NODE_REPL_HISTORY_SIZE='32768';
+export NODE_REPL_HISTORY_SIZE='32768';
# Increase Bash history size. Allow 32³ entries; the default is 500.
export HISTSIZE='32768';