10x the history size, it's quite useful
This commit is contained in:
parent
f9a4d90d13
commit
a80d394ba7
|
@ -27,8 +27,8 @@ setopt mark_dirs # Append slash when directories are matched by gl
|
||||||
setopt no_match # Error on no matches
|
setopt no_match # Error on no matches
|
||||||
|
|
||||||
# History
|
# History
|
||||||
typeset -g HISTSIZE=1000
|
typeset -g HISTSIZE=10000
|
||||||
typeset -g SAVEHIST=1000
|
typeset -g SAVEHIST=10000
|
||||||
setopt append_history # Append to history file
|
setopt append_history # Append to history file
|
||||||
setopt extended_history # Duration and timestamp in history
|
setopt extended_history # Duration and timestamp in history
|
||||||
setopt no_hist_beep # Don't beep for history searches
|
setopt no_hist_beep # Don't beep for history searches
|
||||||
|
|
Loading…
Reference in New Issue