zsh: history: refactor comment + increase history size
This commit is contained in:
parent
2b7107a84a
commit
f5bb986514
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# History
|
# ===== History
|
||||||
HISTSIZE=10000
|
HISTSIZE=1000000
|
||||||
SAVEHIST=9000
|
SAVEHIST=1000000
|
||||||
HISTFILE=~/.zsh/zsh_history
|
HISTFILE=~/.zsh/zsh_history
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue