zsh-workers
 help / color / mirror / code / Atom feed
3c8c7027b6c4d7df448d8af688d61ac8923fe8c2 blob 246 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#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
debug log:

solving 3c8c702 ...
found 3c8c702 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).