summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2024-04-17 01:39:06 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commitab93e146bbcc5c00ec3059253e643623d684cd73 (patch)
treee6059611a9ccec259932766d5917aaa5c3155af3
parent58358203f277f9282abb0d4f32f7dc7d4c1c4fc1 (diff)
fix(zsh): remove old history configs
-rw-r--r--dot_zshrc.tmpl4
1 files changed, 0 insertions, 4 deletions
diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl
index ee19ada..0082758 100644
--- a/dot_zshrc.tmpl
+++ b/dot_zshrc.tmpl
@@ -7,10 +7,6 @@ setopt autocd # Automatically cd into typed directory.
stty stop undef # Disable ctrl-s to freeze terminal.
setopt interactive_comments
-# History in cache directory:
-HISTSIZE=10000000
-SAVEHIST=10000000
-
# Add ~/.local/bin to $PATH
export PATH="$PATH:$HOME/.local/bin"