zsh-workers
 help / color / mirror / code / Atom feed
5ab8dbc55fb0ea6478c7ad2934afed3df2fb2ef9 blob 251 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#compdef passwd groups userdel chage chfn chsh

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 5ab8dbc ...
found 5ab8dbc 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).