summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index 964c288..8c5c92e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -31,13 +31,12 @@ zle -N bracketed-paste bracketed-paste-magic
## history
HISTFILE="$ZSH_HOME/.zsh_history"
-HISTSIZE=100000000
-SAVEHIST=$HISTSIZE
+HISTSIZE=10000
+SAVEHIST=100000000
setopt extended_history
setopt hist_ignore_dups
setopt inc_append_history
setopt share_history
-setopt hist_expire_dups_first
## completion
zmodload zsh/complist