summaryrefslogtreecommitdiffstats
path: root/config/zsh/local-completions/hornet/_sv
diff options
context:
space:
mode:
Diffstat (limited to 'config/zsh/local-completions/hornet/_sv')
-rw-r--r--config/zsh/local-completions/hornet/_sv3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/zsh/local-completions/hornet/_sv b/config/zsh/local-completions/hornet/_sv
index 837914e..b67ef08 100644
--- a/config/zsh/local-completions/hornet/_sv
+++ b/config/zsh/local-completions/hornet/_sv
@@ -2,8 +2,7 @@
local -a service_list
local services=$(ls ~/.services/enabled/)
-service_list=(${(s:
-:)services})
+service_list=(${(f)services})
_describe 'commands' service_list