]> 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 9fd3f3c7d1865c4974a84dd156c0487e83b60c20..3650bb79d0f55d7d7f45f8e93ab780383a5b24f8 100644 (file)
@@ -1,7 +1,7 @@
 ## Command history configuration
-HISTFILE=$ZSH_CACHE/histfile
-HISTSIZE=10000
-SAVEHIST=10000
+HISTFILE=$ZSH_DATA/histfile
+HISTSIZE=100000
+SAVEHIST=100000
 
 setopt extended_history
 setopt hist_expire_dups_first