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