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
parent 1a5f2608db
commit acf32dfe22
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

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