diff --git a/zsh/modules/complete/init.zsh b/zsh/modules/complete/init.zsh index 1805c0e..f2aa7f5 100644 --- a/zsh/modules/complete/init.zsh +++ b/zsh/modules/complete/init.zsh @@ -78,13 +78,13 @@ zstyle -e ':completion:*:hosts' hosts 'reply=( # Don't complete uninteresting users... zstyle ':completion:*:*:*:users' ignored-patterns \ - adm amanda apache avahi beaglidx bin cacti canna clamav daemon \ - dbus distcache dovecot fax ftp games gdm gkrellmd gopher \ - hacluster haldaemon halt hsqldb ident junkbust ldap lp mail \ + adm amanda apache avahi beaglidx bin cacti canna clamav colord daemon \ + dbus distcache dovecot fax flatpak ftp games gdm geoclue gluster gkrellmd gopher \ + hacluster haldaemon halt hsqldb http ident junkbust ldap lp mail \ mailman mailnull mldonkey mysql nagios \ named netdump news nfsnobody nobody nscd ntp nut nx openvpn \ - operator pcap postfix postgres privoxy pulse pvm quagga radvd \ - rpc rpcuser rpm shutdown squid sshd sync uucp vcsa xfs '_*' + operator pcap polkitd postfix postgres privoxy pulse pvm quagga radvd rtkit \ + rpc rpcuser rpm shutdown squid sshd sync 'systemd-*' usbmux uucp uuidd vcsa xfs '_*' # ... unless we really want to. zstyle '*' single-ignored show