Codebase list openrc / lintian-fixes/main zsh-completion / _openrc
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

_openrc @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
#compdef openrc

if (( CURRENT == 2 )); then
	_values "runlevels" $(rc-status --list)
fi

# vim: set et sw=2 ts=2 ft=zsh: