diff options
| -rw-r--r-- | .zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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' |
