.zshrc: Bump up history from 1000 to 2000

Sometimes terminal sessions are running for days/weeks and you end
up missing some commands that you feel like you "just" ran.
This commit is contained in:
Alan Orth 2016-10-31 09:15:34 +02:00
parent ac5cbad4c0
commit e43493a859
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

4
.zshrc
View File

@ -1,6 +1,6 @@
HISTFILE=~/.zsh_history
HISTSIZE=1000
SAVEHIST=1000
HISTSIZE=2000
SAVEHIST=2000
setopt append_history # append
setopt hist_ignore_all_dups # no duplicate
setopt hist_ignore_space # ignore space prefixed commands