diff options
-rw-r--r-- | .config/zsh/history_search.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/history_search.zsh b/.config/zsh/history_search.zsh index 3ea7df9..8b82ec9 100644 --- a/.config/zsh/history_search.zsh +++ b/.config/zsh/history_search.zsh @@ -18,4 +18,4 @@ zle -N down-line-or-beginning-search [[ -n "${key[Down]}" ]] && bindkey -- "${key[Down]}" down-line-or-beginning-search ## Do not write duplicate events to history -# setopt HIST_SAVE_NO_DUPS +setopt HIST_SAVE_NO_DUPS |