summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorJoe DeVivo <joe@getchef.com>2014-08-25 11:20:09 -0700
committerJoe DeVivo <joe@getchef.com>2014-08-25 11:20:09 -0700
commit0a54123ff21caf208b4259970df36f5361a0df05 (patch)
tree804028b17f621d7c4490f24d7fc5958637358e84 /priv
parent519e1c8d1658536f9a1e978a3f0c64e3c73a04a5 (diff)
downloadrebar-0a54123ff21caf208b4259970df36f5361a0df05.tar.gz
added fish support for './rebar'
Diffstat (limited to 'priv')
-rw-r--r--priv/shell-completion/fish/rebar.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/shell-completion/fish/rebar.fish b/priv/shell-completion/fish/rebar.fish
index 5dcd9fd..b00037e 100644
--- a/priv/shell-completion/fish/rebar.fish
+++ b/priv/shell-completion/fish/rebar.fish
@@ -2,7 +2,7 @@
function __fish_rebar_needs_command
set cmd (commandline -opc)
- if [ (count $cmd) -eq 1 -a $cmd[1] = 'rebar' ]
+ if [ (count $cmd) -eq 1 -a $cmd[1] = 'rebar' -o $cmd[1] = './rebar' ]
return 0
end
return 1