From af1b01e22af4e7bdacce5fec6e90f90efe041fb2 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Fri, 2 Jan 2026 19:27:47 +0300 Subject: zshrc: comment out dups options --- .zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.zshrc') 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' -- cgit v1.2.3