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