From e43493a85906257fd11f103e532aa8b446e01eaa Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 31 Oct 2016 09:15:34 +0200 Subject: [PATCH] .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. --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index b1f442b..1701f30 100644 --- a/.zshrc +++ b/.zshrc @@ -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