summaryrefslogtreecommitdiff
path: root/.config/fish/completions/fisher.fish
diff options
context:
space:
mode:
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)"