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:
Add something similar to how bullet train is handled to zsh/.zgen-setup
if [[ $(_zqs-get-setting bullet-train false)=='true' ]];then# Bullet train prompt setup.
zgenom load https://github.com/caiogondim/bullet-train.zsh
else# p10k is faster and what I'm using now, so it is the new default
zgenom load romkatv/powerlevel10k powerlevel10k
warn-about-prompt-change
fi
Then in zsh/.zshrc, add a pair of set/unset commands similar to
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: