From ab93e146bbcc5c00ec3059253e643623d684cd73 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Wed, 17 Apr 2024 01:39:06 -0500 Subject: fix(zsh): remove old history configs --- dot_zshrc.tmpl | 4 ---- 1 file changed, 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" -- cgit v1.2.3