From 24fc62aa81a33d1f703b6a211b9f77b36673bfdc Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 11 May 2009 20:36:52 +0200 Subject: 20k are too much for zsh to save --- .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 8ac64de..62df450 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=20000 +export HISTSIZE=4000 export SAVEHIST=$HISTSIZE #-------------------- -- cgit v1.2.3-24-g4f1b