]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/lib/history.zsh
mutt: fix F macro to not write message to home
[dotfiles.git] / 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