Category "zsh-completion"

zsh : listing and suggestions

The first command applied is "l" which corresponds to the alias: alias l='grc -es --colour=auto ls --color -Gh -C -lrt' Once I type "l", I want, when I touch t

zsh : listing and suggestions

The first command applied is "l" which corresponds to the alias: alias l='grc -es --colour=auto ls --color -Gh -C -lrt' Once I type "l", I want, when I touch t

Git tab completion stopped working on remote branches

I've updated git to its latest version (2.29.0) and I'm using ZSH 5.8. I used to switch between branches with git checkout remote_br<tab> to quickly switc

zsh compadd - how to specify argument's description?

With _arguments I can do _arguments {-h,--help}'[Show help]', but how to specify 'Show help' message in compadd parameters? Cannot find that in documentation