From 6a7ee3f7722de16b95a3d6b3ef47346f8abb7a72 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 13 Feb 2011 21:06:35 +0100 Subject: Double histsize --- etc/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/.zshrc b/etc/.zshrc index 76bb629..2397599 100644 --- a/etc/.zshrc +++ b/etc/.zshrc @@ -56,7 +56,7 @@ if [[ -d ~/var/cache/zsh ]] { } HISTFILE=${ZCACHEDIR}/history -HISTSIZE=50000 +HISTSIZE=100000 SAVEHIST=${HISTSIZE} DIRSTACKSIZE=20 -- cgit v1.2.3