Increase histfile size.

This commit is contained in:
Ivan Malison 2014-12-15 17:20:59 -08:00
parent 2cd1470fa9
commit b0e9f118bf

View File

@ -6,7 +6,7 @@ fi
# Larger bash history (allow 32³ entries; default is 500)
export HISTSIZE=32768
export HISTFILESIZE=$HISTSIZE
export HISTFILESIZE=10000000
export HISTCONTROL=ignoredups
# Make some commands not show up in history
export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help"