From: Nick Bowler Date: Thu, 22 Jul 2010 17:50:38 +0000 (-0400) Subject: Set HISTSIZE to 10000. X-Git-Url: https://git.draconx.ca/gitweb/zshconf.git/commitdiff_plain/7c2d945d450b7ce24bf08572222765139502a7e5?hp=00cbf06a241b84b265104bfb5262db994339b32e Set HISTSIZE to 10000. 1000 just isn't enough. --- diff --git a/zshrc b/zshrc index dbe1401..92842a7 100644 --- a/zshrc +++ b/zshrc @@ -9,9 +9,9 @@ if [[ -n $HOME ]]; then HISTFILE=$HOME/.zsh_history - SAVEHIST=1000 + SAVEHIST=10000 fi -HISTSIZE=1000 +HISTSIZE=10000 bindkey -e