From: Simon Ruderich Date: Sun, 22 Jun 2014 14:07:40 +0000 (+0200) Subject: zsh/rc: increase history to 1_000_000 entries X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=31ba983543edee7aac65d0fad181086011bd292f zsh/rc: increase history to 1_000_000 entries Should be ~20 MiB. --- diff --git a/zsh/rc b/zsh/rc index 18c6695..0cb114d 100644 --- a/zsh/rc +++ b/zsh/rc @@ -142,8 +142,8 @@ autoload -Uz zmv # HISTORY SETTINGS # Use history and store it in ~/.zsh/history. -HISTSIZE=50000 -SAVEHIST=50000 +HISTSIZE=1000000 +SAVEHIST=1000000 HISTFILE=~/.zsh/history # Append to the history file instead of overwriting it and do it immediately # when a command is executed.