X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fcompletion.d%2F_grmlinitd;fp=etc%2Fzsh%2Fcompletion.d%2F_grmlinitd;h=177dfd582c26744fb5b206ba332864f08676b974;hb=8ac2e84c61fe067dc2676cbf4b29d431c209bcf8;hp=0000000000000000000000000000000000000000;hpb=d0efc44af1d049776967ae980611631be13d7561;p=grml-etc-core.git diff --git a/etc/zsh/completion.d/_grmlinitd b/etc/zsh/completion.d/_grmlinitd new file mode 100644 index 0000000..177dfd5 --- /dev/null +++ b/etc/zsh/completion.d/_grmlinitd @@ -0,0 +1,4 @@ +#compdef Start Restart Stop Reload +local scripts +scripts=( ${$(print /etc/init.d/*(x)):t} ) +_describe "service startup script" scripts