summaryrefslogtreecommitdiffstats
path: root/zsh/.config/zsh/local-completions/hornet/_sv
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-23 04:22:06 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-23 04:22:48 -0500
commit33b95fda42cbf84bcbc4fead401e954ed674ccb9 (patch)
tree7655a5d64eef13382141dfe8509572668b68c15e /zsh/.config/zsh/local-completions/hornet/_sv
parentc337452016b530763caedb3e5be225bf4f4d4d2a (diff)
downloadconf-33b95fda42cbf84bcbc4fead401e954ed674ccb9.tar.gz
conf-33b95fda42cbf84bcbc4fead401e954ed674ccb9.zip
remove daemontools entirely
Diffstat (limited to 'zsh/.config/zsh/local-completions/hornet/_sv')
-rw-r--r--zsh/.config/zsh/local-completions/hornet/_sv10
1 files changed, 0 insertions, 10 deletions
diff --git a/zsh/.config/zsh/local-completions/hornet/_sv b/zsh/.config/zsh/local-completions/hornet/_sv
deleted file mode 100644
index 218e95f..0000000
--- a/zsh/.config/zsh/local-completions/hornet/_sv
+++ /dev/null
@@ -1,10 +0,0 @@
-#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