only ignore usernames beginning with underscore

This commit is contained in:
Will Boyce 2014-05-23 00:25:35 +01:00
commit 9daef87a17

View file

@ -46,10 +46,6 @@ zstyle ':completion:*:*:*:users' ignored-patterns \
rpc rpcuser rpm rtkit scard shutdown squid sshd statd svn sync tftp \
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.
zstyle '*' single-ignored show