diff --git a/options.zsh b/options.zsh index a8aa3b8..eb36a85 100644 --- a/options.zsh +++ b/options.zsh @@ -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