zsh: increase histsize

This commit is contained in:
krolxon 2025-09-06 19:52:28 +05:30
parent 2ea9694036
commit 28d704a9c6
1 changed files with 2 additions and 2 deletions

View File

@ -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.