aboutsummaryrefslogtreecommitdiff
path: root/config/fish/completions/fisher.fish
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-01-22 23:16:50 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-01-22 23:16:50 +0100
commita7f580bf1a2bf154cbcc9920ce61d79291b565b7 (patch)
treefe9a6c02a793857321af0867f5ad40e7c7d51a36 /config/fish/completions/fisher.fish
parent5facf1c16c0f95c5017da137e268989d8e9b1152 (diff)
feat(fish): clean files
Diffstat (limited to 'config/fish/completions/fisher.fish')
-rw-r--r--config/fish/completions/fisher.fish7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/fish/completions/fisher.fish b/config/fish/completions/fisher.fish
deleted file mode 100644
index 6d23ce4..0000000
--- a/config/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)"