Browse Source

no dups in zsh history

master
Marc 2 years ago
parent
commit
9470f6033d
1 changed files with 2 additions and 0 deletions
  1. 2
      .config/zsh/.zshrc

2
.config/zsh/.zshrc

@ -60,6 +60,8 @@ SAVEHIST=1000
setopt HIST_EXPIRE_DUPS_FIRST # entfernt erst Duplikate, wenn SAVEHIST überläuft setopt HIST_EXPIRE_DUPS_FIRST # entfernt erst Duplikate, wenn SAVEHIST überläuft
setopt EXTENDED_HISTORY # speichert Zeitstempel und Dauer setopt EXTENDED_HISTORY # speichert Zeitstempel und Dauer
setopt SHARE_HISTORY # share history across terms 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 # Keybindings

Loading…
Cancel
Save