Increase history size
This commit is contained in:
parent
f46937d2de
commit
a68b9fd0f3
|
@ -1,2 +1,5 @@
|
||||||
setopt inc_append_history
|
setopt inc_append_history
|
||||||
|
|
||||||
|
HISTSIZE=10000
|
||||||
|
SAVEHIST=10000
|
||||||
|
HISTFILE=~/.cache/zsh/history
|
||||||
|
|
Loading…
Reference in a new issue