]> git.friedersdorff.com Git - max/saltfiles.git/commitdiff
Bump the size of the zsh history file
authorMaximilian Friedersdorff <max@friedersdorff.com>
Fri, 20 Mar 2020 10:01:50 +0000 (10:01 +0000)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Fri, 20 Mar 2020 10:01:50 +0000 (10:01 +0000)
states/zsh/files/zshrc

index 04852cedeccc0cc0da2949ba6d1c4fe9f903bbd8..77dec342c97500439993cd3b700629962bed507b 100644 (file)
@@ -21,8 +21,8 @@ compinit
 # End of lines added by compinstall
 # Lines configured by zsh-newuser-install
 HISTFILE=~/.histfile
-HISTSIZE=20000
-SAVEHIST=20000
+HISTSIZE=100000
+SAVEHIST=100000
 setopt appendhistory autocd extendedglob nomatch
 unsetopt beep notify
 bindkey -v