summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 70e4597..c9fe57c 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -1,6 +1,7 @@
HISTFILE=$ZDOTDIR/history
HISTSIZE=1000
SAVEHIST=5000
+setopt hist_ignore_all_dups
unsetopt beep
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'