increase histfile size

This commit is contained in:
Yannik Schmidt
2019-01-12 00:16:40 +01:00
parent 1e1472a4f3
commit 68f9ff1918

4
zshrc
View File

@@ -129,8 +129,8 @@ setopt noclobber
setopt appendhistory; setopt incappendhistory
## max size and location of history-savefile
STSIZE=20000
SAVEHIST=20000
STSIZE=2000000
SAVEHIST=200000
HISTFILE=~/.config/zshhistory.log
## no duplicated commands