Skip to content

Commit

Permalink
.exports: Add missing export commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparticuz authored and mathiasbynens committed Oct 10, 2015
1 parent afe5ae4 commit c0fae30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .exports
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit c0fae30

Please sign in to comment.