mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
only ignore usernames beginning with underscore
This commit is contained in:
parent
042b85dca4
commit
9daef87a17
1 changed files with 0 additions and 4 deletions
|
|
@ -46,10 +46,6 @@ zstyle ':completion:*:*:*:users' ignored-patterns \
|
||||||
rpc rpcuser rpm rtkit scard shutdown squid sshd statd svn sync tftp \
|
rpc rpcuser rpm rtkit scard shutdown squid sshd statd svn sync tftp \
|
||||||
usbmux uucp vcsa wwwrun xfs '_*'
|
usbmux uucp vcsa wwwrun xfs '_*'
|
||||||
|
|
||||||
# Do not complete things beginning with _
|
|
||||||
zstyle ':completion:*:functions' ignored-patterns '_*'
|
|
||||||
zstyle ':completion:*:parameters' ignored-patterns '_*'
|
|
||||||
|
|
||||||
# ... unless we really want to.
|
# ... unless we really want to.
|
||||||
zstyle '*' single-ignored show
|
zstyle '*' single-ignored show
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue