diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 3d4d77a..89813a8 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -60,6 +60,8 @@ SAVEHIST=1000 setopt HIST_EXPIRE_DUPS_FIRST # entfernt erst Duplikate, wenn SAVEHIST überläuft setopt EXTENDED_HISTORY # speichert Zeitstempel und Dauer setopt SHARE_HISTORY # share history across terms +setopt HIST_FIND_NO_DUPS # ignores duplicates in history when ctrl+r +# setopt HIST_IGNORE_ALL_DUPS # dont write dups in history # -------------------------------------- # Keybindings