summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"