File: _openrc

package info (click to toggle)
openrc 0.63-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,424 kB
  • sloc: ansic: 16,257; sh: 2,225; perl: 28; makefile: 26
file content (7 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (5)
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: