increase HISTSIZE to 2,000,000 (100 years worth)

This commit is contained in:
Sami Samhuri 2012-10-17 22:37:33 -07:00
parent e622aa0f5f
commit daa052107f

View file

@ -105,8 +105,8 @@ setopt extendedglob # use extended globbing (#, ~, ^)
# 3.5. History and History Expansion
# ----------------------------------
export HISTFILE="$ZDOTDIR/zhistory" # save history
export HISTSIZE=200000 # huge internal buffer
export SAVEHIST=200000 # huge history file
export HISTSIZE=2000000 # huge internal buffer
export SAVEHIST=2000000 # huge history file
setopt extendedhistory # save timestamps in history
setopt no_histbeep # don't beep for erroneous history expansions