]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: increase history size
authorSimon Ruderich <simon@ruderich.org>
Sun, 25 Aug 2024 08:41:26 +0000 (10:41 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 25 Aug 2024 08:41:26 +0000 (10:41 +0200)
Getting closer to the current $HISTSIZE ...

shell/zsh/rc

index 515ae9bd30c64fb2704e65e87804e45eb429811f..85539b81cf64b8d5da7f46fb90b5e791f99abb62 100644 (file)
@@ -144,8 +144,8 @@ autoload -Uz zmv
 # HISTORY SETTINGS
 
 # Use history and store it in ~/.zsh/history.
-HISTSIZE=1000000
-SAVEHIST=1000000
+HISTSIZE=10000000
+SAVEHIST=10000000
 HISTFILE=~/.zsh/history
 # Append to the history file instead of overwriting it and do it immediately
 # when a command is executed.