summaryrefslogtreecommitdiffstats
path: root/config/zsh/local-completions/hornet/_sv
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-10-08 12:09:20 -0400
committerJesse Luehrs <doy@tozt.net>2023-10-08 12:59:10 -0400
commit49570c8dd03448240897b37b68567352b790f16f (patch)
tree6c192a52046d5d0dd1b84a838befd8e777cfeafb /config/zsh/local-completions/hornet/_sv
parent66939c71da756c1d9e07a88a4a8ea2a018650060 (diff)
downloadconf-49570c8dd03448240897b37b68567352b790f16f.tar.gz
conf-49570c8dd03448240897b37b68567352b790f16f.zip
convert to stow
Diffstat (limited to 'config/zsh/local-completions/hornet/_sv')
-rw-r--r--config/zsh/local-completions/hornet/_sv10
1 files changed, 0 insertions, 10 deletions
diff --git a/config/zsh/local-completions/hornet/_sv b/config/zsh/local-completions/hornet/_sv
deleted file mode 100644
index 218e95f..0000000
--- a/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