mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 03:50:15 +00:00
remove plugins from fish
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
complete -c fisher --exclusive --long help -d "Print usage help"
|
||||
complete -c fisher --exclusive --long version -d "Print version"
|
||||
complete -c fisher --exclusive --condition "__fish_use_subcommand" -a install -d "Install plugins"
|
||||
complete -c fisher --exclusive --condition "__fish_use_subcommand" -a update -d "Update installed plugins"
|
||||
complete -c fisher --exclusive --condition "__fish_use_subcommand" -a remove -d "Remove installed plugins"
|
||||
complete -c fisher --exclusive --condition "__fish_use_subcommand" -a list -d "List installed plugins matching optional regex"
|
||||
complete -c fisher --exclusive --condition "__fish_seen_subcommand_from update remove" -a "(fisher list)"
|
Reference in New Issue
Block a user