zsh-workers
 help / color / mirror / code / Atom feed
a2e6983a9a761645dd4fc8925cb5f68676685970 blob 282 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
#autoload

local expl login_classes

login_classes=(${${(M)${(f)"$(</etc/login.conf)"}:#[^#[:blank:]]*}%%[:|]*})
if [[ $OSTYPE = openbsd* ]]; then
  login_classes+=(/etc/login.conf.d/*(N:t))
fi

_description login-classes expl 'login class'
compadd "$@" "$expl[@]" - $login_classes
debug log:

solving a2e6983a9 ...
found a2e6983a9 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).