diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-04-17 01:39:06 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | ab93e146bbcc5c00ec3059253e643623d684cd73 (patch) | |
| tree | e6059611a9ccec259932766d5917aaa5c3155af3 /dot_zshrc.tmpl | |
| parent | 58358203f277f9282abb0d4f32f7dc7d4c1c4fc1 (diff) | |
fix(zsh): remove old history configs
Diffstat (limited to 'dot_zshrc.tmpl')
| -rw-r--r-- | dot_zshrc.tmpl | 4 |
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" |
