Browse Source

ignore usernames beginning with underscore

Will Boyce 11 years ago
parent
commit
09fdf76311
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/completion.zsh

+ 1 - 1
lib/completion.zsh

@@ -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