diff --git a/completions.zsh b/completions.zsh index 660c50f..ab781ab 100644 --- a/completions.zsh +++ b/completions.zsh @@ -10,7 +10,6 @@ zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' zstyle ':completion:*' rehash true zstyle ':completion:*' menu select zstyle ':completion:*' completer _complete _match _correct _approximate _history -zstyle ':completion:*:match:*' original only zstyle ':completion:*:history:*' remove-all-dups true zstyle ':completion:*:approximate:*' max-errors 1 numeric zstyle ':completion:*:functions' ignored-patterns '_*'