From 6757f9d15ae5a79c00e1ab700543c380d975b766 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 12 Jul 2009 16:02:32 +0200 Subject: bigger history --- .zsh/rc/50options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh') diff --git a/.zsh/rc/50options b/.zsh/rc/50options index e201f9c..8e1a573 100644 --- a/.zsh/rc/50options +++ b/.zsh/rc/50options @@ -3,7 +3,7 @@ #-------------------- export HISTFILE=~/.zsh/histfile # for some odd reason allocating RAM to save the histfile takes ages.. -export HISTSIZE=4000 +export HISTSIZE=5000 export SAVEHIST=$HISTSIZE #-------------------- -- cgit v1.2.3-24-g4f1b