diff options
Diffstat (limited to '.exports')
-rw-r--r-- | .exports | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'; |