From: Simon Ruderich Date: Thu, 13 Aug 2009 17:22:42 +0000 (+0200) Subject: zsh: Increase history size. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=inline;h=1e3e42f7165fcea41e308781d196f78dbfe81509;p=config%2Fdotfiles.git zsh: Increase history size. This makes sure I don't loose any commands I might need later again. --- 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.