Auto-complete only fisher install with ls-remote output if available. Close #256.

This commit is contained in:
Jorge Bucaran 2016-05-06 00:54:44 +09:00 committed by Jorge Bucaran
parent 5caee73371
commit 710b5686c8

View file

@ -332,7 +332,6 @@ function fisher
complete -xc fisher -n "__fish_seen_subcommand_from l ls list u up update r rm remove uninstall" -a "$name" -d "$info"
else
complete -xc fisher -n "__fish_seen_subcommand_from i in install" -a "$name" -d "$info"
complete -xc fisher -n "not __fish_seen_subcommand_from u up update r rm remove uninstall l ls list ls-remote h help" -a "$name" -d "$info"
end
end