From a7f580bf1a2bf154cbcc9920ce61d79291b565b7 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 22 Jan 2026 23:16:50 +0100 Subject: feat(fish): clean files --- config/fish/completions/fisher.fish | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 config/fish/completions/fisher.fish (limited to 'config/fish/completions/fisher.fish') 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)" -- cgit v1.2.3