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