aboutsummaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-09-06 19:52:28 +0530
committerkrolxon <krolyxon@tutanota.com>2025-09-06 19:52:28 +0530
commit28d704a9c6b517ae68f81c1169aa7e7059ec84c6 (patch)
treea9282e5d1ad548b47982135784e5327fedebf8da /.config/zsh
parent2ea9694036a45ef188e07a1ef16381192cd24157 (diff)
zsh: increase histsize
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshrc4
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.