fisher bootstrap with colors

This commit is contained in:
Noah Masur
2020-12-18 11:23:55 -07:00
parent adbb60bd70
commit 80f84e69b3
7 changed files with 228 additions and 4 deletions

View File

@ -0,0 +1,7 @@
complete -c fisher --exclusive --long help -d "Print usage help"
complete -c fisher --exclusive --long version -d "Print version"
complete -c fisher --exclusive --condition "__fish_use_subcommand" -a install -d "Install plugins"
complete -c fisher --exclusive --condition "__fish_use_subcommand" -a update -d "Update installed plugins"
complete -c fisher --exclusive --condition "__fish_use_subcommand" -a remove -d "Remove installed plugins"
complete -c fisher --exclusive --condition "__fish_use_subcommand" -a list -d "List installed plugins matching optional regex"
complete -c fisher --exclusive --condition "__fish_seen_subcommand_from update remove" -a "(fisher list)"