summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2026-01-02 19:27:47 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2026-01-02 19:27:47 +0300
commitaf1b01e22af4e7bdacce5fec6e90f90efe041fb2 (patch)
tree1ccd050651330ef2aa56d7a5643bddebe1b18911
parent0ce17b9a87a49b0f87e0ec14e0ecec73cf4b2c07 (diff)
zshrc: comment out dups optionsHEADmaster
-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'