]> git.rmz.io Git - dotfiles.git/commitdiff
zsh: increase zsh history by an order of magnitude
authorSamir Benmendil <me@rmz.io>
Wed, 16 Jan 2019 23:42:09 +0000 (23:42 +0000)
committerSamir Benmendil <me@rmz.io>
Wed, 23 Jan 2019 09:00:06 +0000 (09:00 +0000)
zsh/lib/history.zsh

index 4a16fdf958cae09dced3b47ecc76cada80772d6d..3650bb79d0f55d7d7f45f8e93ab780383a5b24f8 100644 (file)
@@ -1,7 +1,7 @@
 ## Command history configuration
 HISTFILE=$ZSH_DATA/histfile
-HISTSIZE=10000
-SAVEHIST=10000
+HISTSIZE=100000
+SAVEHIST=100000
 
 setopt extended_history
 setopt hist_expire_dups_first