diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-09-06 19:52:28 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-09-06 19:52:28 +0530 |
| commit | 28d704a9c6b517ae68f81c1169aa7e7059ec84c6 (patch) | |
| tree | a9282e5d1ad548b47982135784e5327fedebf8da | |
| parent | 2ea9694036a45ef188e07a1ef16381192cd24157 (diff) | |
zsh: increase histsize
| -rw-r--r-- | .config/zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index b436ad9..1970fa9 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -4,8 +4,8 @@ setopt autocd # Automatically cd into typed directory. stty stop undef # Disable ctrl-s to freeze terminal. # History in cache directory: -HISTSIZE=10000 -SAVEHIST=10000 +HISTSIZE=1000000 +SAVEHIST=1000000 HISTFILE=~/.cache/history # Load aliases if existent. |
