summaryrefslogtreecommitdiffstats
path: root/zsh/.config/zsh/local-completions/hornet/_sv
blob: 218e95f6d57334a6bc4e7c15d517371012ec5c35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#compdef svdn svget svkill svlog svdisable svre svst svstop svup

local -a service_list
local services=$(ls ~/.services/enabled/)
service_list=(${(f)services})

_describe 'commands' service_list

# shfmt:skip (shfmt doesn't recognize zsh array expansion)
# vim:ft=zsh