zshrc: use history-beginning-search-{forward,backward}-end instead of the version...
[grml-etc-core.git] / usr_share_grml / zsh / completion / grml / _grmlinitd
1 #compdef Start Restart Stop Reload
2 local scripts
3 scripts=( ${$(print /etc/init.d/*(x)):t} )
4 _describe "service startup script" scripts