fix zsh autocomplete dupl bug
This commit is contained in:
parent
6ed951778b
commit
2cd1a21cdb
@ -24,11 +24,17 @@ zstyle ':completion:*:*:extract:*' file-patterns '*.tar* *.lzma *.bz2 *.zip *.7z
|
||||
zstyle ':completion:*' complete-options true
|
||||
zstyle ':completion:*' squeeze-slashes true
|
||||
|
||||
zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate _prefix _list
|
||||
zstyle ':completion:*:match:*' original only
|
||||
zstyle ':completion:*:approximate:*' max-errors 1 numeric
|
||||
zstyle ':completion:*:*:(eza|ls):*' file-sort modification
|
||||
|
||||
zstyle ':completion:*' completer _expand _complete _ignored _prefix _list
|
||||
|
||||
zstyle ':completion:*:correct:*' completer _correct
|
||||
zstyle ':completion:*:approximate:*' completer _approximate
|
||||
zstyle ':completion:*:correct:*' max-errors 1
|
||||
zstyle ':completion:*:approximate:*' max-errors 1 numeric
|
||||
|
||||
|
||||
zstyle ':completion:*:(all-|)files' ignored-patterns '(|*/)CVS'
|
||||
zstyle ':completion:*:cd:*' ignored-patterns '(*/)#CVS'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user