aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/netctl.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/netctl.fish')
-rw-r--r--share/completions/netctl.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/netctl.fish b/share/completions/netctl.fish
index 595e09ad..ac5c07b5 100644
--- a/share/completions/netctl.fish
+++ b/share/completions/netctl.fish
@@ -1,6 +1,6 @@
function __fish_netctl_needs_command
set cmd (commandline -opc)
- if [ (count $cmd) -eq 1 -a $cmd[1] = 'netctl' ]
+ if [ (count $cmd) -eq 1 ]
return 0
end
return 1