summaryrefslogtreecommitdiff
path: root/.config/fish/completions/fisher.fish
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-03-18 16:40:57 -0300
committerRoger Gonzalez <roger@rogs.me>2023-03-18 16:40:57 -0300
commit8600374371f91843064441113f4023cda1730877 (patch)
treebb4677ec186dd5c323f1f010207076b7df285606 /.config/fish/completions/fisher.fish
parentc95dd49df12f4f8dc13cf3bdc4dad70a060bd5eb (diff)
General fish fixes and updates
Diffstat (limited to '.config/fish/completions/fisher.fish')
-rw-r--r--.config/fish/completions/fisher.fish8
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/fish/completions/fisher.fish b/.config/fish/completions/fisher.fish
index 271e314e..6d23ce49 100644
--- a/.config/fish/completions/fisher.fish
+++ b/.config/fish/completions/fisher.fish
@@ -1 +1,7 @@
-fisher complete
+complete --command fisher --exclusive --long help --description "Print help"
+complete --command fisher --exclusive --long version --description "Print version"
+complete --command fisher --exclusive --condition __fish_use_subcommand --arguments install --description "Install plugins"
+complete --command fisher --exclusive --condition __fish_use_subcommand --arguments update --description "Update installed plugins"
+complete --command fisher --exclusive --condition __fish_use_subcommand --arguments remove --description "Remove installed plugins"
+complete --command fisher --exclusive --condition __fish_use_subcommand --arguments list --description "List installed plugins matching regex"
+complete --command fisher --exclusive --condition "__fish_seen_subcommand_from update remove" --arguments "(fisher list)"