zshrc: Make vcs_info() detect $GIT_DIR/svn and set vcs to 'git-svn'
[grml-etc-core.git] / etc / zsh / completion.d / _grmlinitd
1 #compdef Start Restart Stop Reload
2 local scripts
3 scripts=( ${$(print /etc/init.d/*(x)):t} )
4 _describe "service startup script" scripts