increase HISTSIZE to 2,000,000 (100 years worth)
This commit is contained in:
parent
e622aa0f5f
commit
daa052107f
1 changed files with 2 additions and 2 deletions
|
|
@ -105,8 +105,8 @@ setopt extendedglob # use extended globbing (#, ~, ^)
|
||||||
# 3.5. History and History Expansion
|
# 3.5. History and History Expansion
|
||||||
# ----------------------------------
|
# ----------------------------------
|
||||||
export HISTFILE="$ZDOTDIR/zhistory" # save history
|
export HISTFILE="$ZDOTDIR/zhistory" # save history
|
||||||
export HISTSIZE=200000 # huge internal buffer
|
export HISTSIZE=2000000 # huge internal buffer
|
||||||
export SAVEHIST=200000 # huge history file
|
export SAVEHIST=2000000 # huge history file
|
||||||
|
|
||||||
setopt extendedhistory # save timestamps in history
|
setopt extendedhistory # save timestamps in history
|
||||||
setopt no_histbeep # don't beep for erroneous history expansions
|
setopt no_histbeep # don't beep for erroneous history expansions
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue