summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index ff057d0..dbed8a3 100644
--- a/.zshrc
+++ b/.zshrc
@@ -6,9 +6,9 @@ HISTSIZE=100000
SAVEHIST=100000
setopt EXTENDED_HISTORY
setopt SHARE_HISTORY
-setopt HIST_IGNORE_DUPS
-setopt HIST_FIND_NO_DUPS
-setopt HIST_EXPIRE_DUPS_FIRST
+# setopt HIST_IGNORE_DUPS
+# setopt HIST_FIND_NO_DUPS
+# setopt HIST_EXPIRE_DUPS_FIRST
unsetopt beep
bindkey -e
zstyle :compinstall filename '~/.zshrc'