From 31ba983543edee7aac65d0fad181086011bd292f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 22 Jun 2014 16:07:40 +0200 Subject: [PATCH] zsh/rc: increase history to 1_000_000 entries Should be ~20 MiB. --- zsh/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.44.1