openrc/zsh-completion/_openrc
2017-12-07 11:30:32 -06:00

8 lines
122 B
Bash

#compdef openrc
if (( CURRENT == 2 )); then
_values "runlevels" $(rc-status --list)
fi
# vim: set et sw=2 ts=2 ft=zsh: