zsh: increase histsize
This commit is contained in:
parent
2ea9694036
commit
28d704a9c6
|
|
@ -4,8 +4,8 @@ setopt autocd # Automatically cd into typed directory.
|
||||||
stty stop undef # Disable ctrl-s to freeze terminal.
|
stty stop undef # Disable ctrl-s to freeze terminal.
|
||||||
|
|
||||||
# History in cache directory:
|
# History in cache directory:
|
||||||
HISTSIZE=10000
|
HISTSIZE=1000000
|
||||||
SAVEHIST=10000
|
SAVEHIST=1000000
|
||||||
HISTFILE=~/.cache/history
|
HISTFILE=~/.cache/history
|
||||||
|
|
||||||
# Load aliases if existent.
|
# Load aliases if existent.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue