You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zsh/Completion/Unix/Type/_users

11 lines
246 B
Plaintext

#compdef passwd groups userdel chage chfn
local expl users
if zstyle -a ":completion:${curcontext}:users" users users; then
_wanted users expl user compadd "$@" -a - users
return 0
fi
_wanted users expl user compadd "$@" -k - userdirs