#compdef Start Restart Stop Reload ## vim:ft=zsh ## Completion for /etc/init.d functions ## Daniel Friesel ## https://derf.homelinux.org/~derf/dotfiles/completion/_initd ## see also: https://derf.homelinux.org/~derf/dotfiles/zsh/function local arguments arguments=( '*:file:_path_files -W /etc/init.d -g "*(*)"' ) _arguments -s $arguments