From 3261fa780735276a0d7b3064ae954d17f6e4cdbc Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 6 Feb 2009 17:07:32 +0100 Subject: [PATCH 1/1] Increase zsh history size to 5000 entries. --- zsh/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/rc b/zsh/rc index b4498aa..3647dd4 100644 --- a/zsh/rc +++ b/zsh/rc @@ -34,8 +34,8 @@ setopt ignoreeof # HISTORY SETTINGS # Use history and store it in ~/.zsh/history. -HISTSIZE=1000 -SAVEHIST=1000 +HISTSIZE=5000 +SAVEHIST=5000 HISTFILE=~/.zsh/history # Append to the history file instead of overwriting it and do it immediately # when a command is executed. -- 2.44.2