Increase zsh history to 100k

This commit is contained in:
Loic Nageleisen 2019-06-10 15:29:29 +02:00
parent 2a31999852
commit 9154963392

View file

@ -5,8 +5,8 @@ setopt hist_reduce_blanks
setopt append_history setopt append_history
setopt hist_verify setopt hist_verify
HISTSIZE=10000 HISTSIZE=100000
SAVEHIST=10000 SAVEHIST=100000
HISTFILE=~/.zsh_history HISTFILE=~/.zsh_history
# vim: ft=zsh # vim: ft=zsh