From b48bb3366a221a08a5264e38fbed6b1f2f6f53ab Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 21 Apr 2009 15:14:09 +0200 Subject: misc changes --- .zsh/rc/50options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zsh') diff --git a/.zsh/rc/50options b/.zsh/rc/50options index d822e39..859efe8 100644 --- a/.zsh/rc/50options +++ b/.zsh/rc/50options @@ -3,8 +3,8 @@ #-------------------- export HISTFILE=~/.zsh/histfile # for some odd reason allocating RAM to save the histfile takes ages.. -export HISTSIZE=4000 -export SAVEHIST=4000 +export HISTSIZE=20000 +export SAVEHIST=$HISTSIZE #-------------------- # Other ZSH options -- cgit v1.2.3-24-g4f1b