summaryrefslogtreecommitdiff
path: root/etc/completions/_initd
blob: 998fe9199d1882524d532faa9aad52b0e4d38149 (plain)
1
2
3
4
5
6
7
8
9
10
#compdef Start Restart Stop Reload Zap
## vim:ft=zsh

local arguments

arguments=(
	'*:file:_path_files -W /etc/init.d -g "*(*)"'
)

_arguments -s $arguments