Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wuast94 opened this issue Oct 26, 2024 · 0 comments
Labels

Comments

@wuast94
Copy link
Contributor

wuast94 commented Oct 26, 2024

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.

@wuast94 wuast94 added the bug label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant