aboutsummaryrefslogtreecommitdiffstats
path: root/_zsh/70-history.zsh
diff options
context:
space:
mode:
Diffstat (limited to '_zsh/70-history.zsh')
-rw-r--r--_zsh/70-history.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/_zsh/70-history.zsh b/_zsh/70-history.zsh
index efbdb5f..1d294f6 100644
--- a/_zsh/70-history.zsh
+++ b/_zsh/70-history.zsh
@@ -1,10 +1,10 @@
#
# zsh/history.zsh
+# see zshparam(1)
#
HISTFILE=~/.zsh_history
-
-HISTSIZE=10000
+HISTSIZE=9000
SAVEHIST=9000
# ignore these commands without arguments
HISTIGNORE="cd:ls:ll"