aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/service.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/completions/service.fish')
-rw-r--r--init/completions/service.fish7
1 files changed, 0 insertions, 7 deletions
diff --git a/init/completions/service.fish b/init/completions/service.fish
deleted file mode 100644
index e4d40a6d..00000000
--- a/init/completions/service.fish
+++ /dev/null
@@ -1,7 +0,0 @@
-
-# Fist argument is the names of the service, i.e. a file in /etc/init.d
-complete -c service -n "test (count (commandline -poc)) = 1" -xa "(command ls /etc/init.d)" -d (_ "Service name")
-
-#The second argument is what action to take with the service
-complete -c service -n "test (count (commandline -poc)) -gt 1" -xa '$__fish_service_commands'
-