aboutsummaryrefslogtreecommitdiff
path: root/fish/completions/fisher.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/completions/fisher.fish')
-rw-r--r--fish/completions/fisher.fish7
1 files changed, 0 insertions, 7 deletions
diff --git a/fish/completions/fisher.fish b/fish/completions/fisher.fish
deleted file mode 100644
index 6d23ce490..000000000
--- a/fish/completions/fisher.fish
+++ /dev/null
@@ -1,7 +0,0 @@
-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)"