zsh: history: refactor comment + increase history size

This commit is contained in:
Thomas Preisner 2017-07-10 02:56:30 +02:00
parent 2b7107a84a
commit f5bb986514

View file

@ -1,4 +1,4 @@
# History # ===== History
HISTSIZE=10000 HISTSIZE=1000000
SAVEHIST=9000 SAVEHIST=1000000
HISTFILE=~/.zsh/zsh_history HISTFILE=~/.zsh/zsh_history