You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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
then trying to use it dont work until i uncomment the line linked above
Desktop (please complete the following information):
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.
The text was updated successfully, but these errors were encountered: