From 782ea576f75fb6f5f1c7b43c67120b0a4e7589af Mon Sep 17 00:00:00 2001 From: finga Date: Sun, 21 Feb 2016 16:40:16 +0100 Subject: [PATCH] expand history to 2000 --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 1943aee..3918114 100644 --- a/.zshrc +++ b/.zshrc @@ -8,8 +8,8 @@ compinit # End of lines added by compinstall # Lines configured by zsh-newuser-install HISTFILE=~/.histfile -HISTSIZE=1000 -SAVEHIST=1000 +HISTSIZE=2000 +SAVEHIST=2000 setopt appendhistory beep nomatch notify autocd histignoredups bindkey -e