Skip to content

[BUG] Official Docker autocompletion dont work becouse of default loaded plugin #297

Open
@wuast94

Description

@wuast94

Describe the bug

A clear and concise description of what the bug is

https://github.com/unixorn/zsh-quickstart-kit/blob/0d08310f21c0a58f97f98ebb07925f32e30b308f/zsh/.zgen-setup#L181C1-L182C1

this plugin is outdated and not maintained (11years) and break the official docker autocompletion.
when i install the offical one it dont work, im using swarm and the official one works like a charm with way more information and up to date commands and descriptions., even when using standard docker.

as soon as i comment out the above line all works like expected

To Reproduce

Steps to reproduce the behavior:
install as official docs say: https://docs.docker.com/engine/cli/completion/#zsh

mkdir -p ~/.docker/completions
docker completion zsh > ~/.docker/completions/_docker

/home/ansible/.zshrc.d/50-custom

FPATH="$HOME/.docker/completions:$FPATH"
autoload -Uz compinit
compinit

then trying to use it dont work until i uncomment the line linked above

Desktop (please complete the following information):

  • OS/distro Ubuntu
  • Version 24

Additional context

I dont think just removing this option is a nice way becouse some people maybee use this, having a setting to disable specific plugins would be nice i guess.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions