From: Simon Ruderich Date: Fri, 6 Feb 2009 16:07:32 +0000 (+0100) Subject: Increase zsh history size to 5000 entries. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=3261fa780735276a0d7b3064ae954d17f6e4cdbc;hp=66ed096a1136c4b5d0dfe2e1128445c8afa5cc4f;p=config%2Fdotfiles.git Increase zsh history size to 5000 entries. --- 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.