[Fix #160] Exclude all words but the current one
This commit is contained in:
parent
64e1e968eb
commit
5edd663510
|
@ -104,7 +104,7 @@ zstyle ':completion:*:*:*:users' ignored-patterns \
|
||||||
zstyle '*' single-ignored show
|
zstyle '*' single-ignored show
|
||||||
|
|
||||||
# Ignore multiple entries.
|
# Ignore multiple entries.
|
||||||
zstyle ':completion:*:(rm|kill|diff):*' ignore-line yes
|
zstyle ':completion:*:(rm|kill|diff):*' ignore-line other
|
||||||
zstyle ':completion:*:rm:*' file-patterns '*:all-files'
|
zstyle ':completion:*:rm:*' file-patterns '*:all-files'
|
||||||
|
|
||||||
# Kill
|
# Kill
|
||||||
|
|
Loading…
Reference in a new issue