]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: increase history to 1_000_000 entries
authorSimon Ruderich <simon@ruderich.org>
Sun, 22 Jun 2014 14:07:40 +0000 (16:07 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 22 Jun 2014 14:07:40 +0000 (16:07 +0200)
Should be ~20 MiB.

zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 18c66952e56b0599fc8a481b046bb775358e065b..0cb114d5d2f8fc844a683bf45cd07e78ec480c29 100644 (file)
--- 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.