10x the history size, it's quite useful

This commit is contained in:
Alex D. 2024-06-02 19:58:10 +00:00
parent f9a4d90d13
commit a80d394ba7
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ setopt mark_dirs # Append slash when directories are matched by gl
setopt no_match # Error on no matches
# History
typeset -g HISTSIZE=1000
typeset -g SAVEHIST=1000
typeset -g HISTSIZE=10000
typeset -g SAVEHIST=10000
setopt append_history # Append to history file
setopt extended_history # Duration and timestamp in history
setopt no_hist_beep # Don't beep for history searches