Skip to content

Commit

Permalink
ignore usernames beginning with underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
wrboyce authored and ncanceill committed Jun 10, 2014
1 parent 7fbbf28 commit 09fdf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/completion.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ zstyle ':completion:*:*:*:users' ignored-patterns \
named netdump news nfsnobody nobody nscd ntp nut nx obsrun openvpn \
operator pcap polkitd postfix postgres privoxy pulse pvm quagga radvd \
rpc rpcuser rpm rtkit scard shutdown squid sshd statd svn sync tftp \
usbmux uucp vcsa wwwrun xfs
usbmux uucp vcsa wwwrun xfs '_*'

# ... unless we really want to.
zstyle '*' single-ignored show
Expand Down

0 comments on commit 09fdf76

Please sign in to comment.