From 1e3e42f7165fcea41e308781d196f78dbfe81509 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 13 Aug 2009 19:22:42 +0200 Subject: [PATCH] zsh: Increase history size. This makes sure I don't loose any commands I might need later again. --- zsh/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/rc b/zsh/rc index 2fe5530..09ad147 100644 --- a/zsh/rc +++ b/zsh/rc @@ -78,8 +78,8 @@ autoload -Uz add-zsh-hook # HISTORY SETTINGS # Use history and store it in ~/.zsh/history. -HISTSIZE=5000 -SAVEHIST=5000 +HISTSIZE=50000 +SAVEHIST=50000 HISTFILE=~/.zsh/history # Append to the history file instead of overwriting it and do it immediately # when a command is executed. -- 2.44.2