Don't match only original completions

This commit is contained in:
Alex 2020-06-13 22:11:59 +02:00
parent 3fdb04cd97
commit f0afa5341f
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 0 additions and 1 deletions

View File

@ -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 '_*'