Open Hubro opened 2 years ago
@Hubro pretty sure ZSH completion is not available due to the project's choice of completion library.
I tried loading the completion with this
autoload -U +X bashcompinit && bashcompinit
complete -o nospace -C /opt/homebrew/bin/tk tk
and as far as I can tell the completion works. I'm not sure what changed since then, though, as cli-x and posener/complete have still the same version since back then.
Here is my ZSH completion config:
Completions for tk don't work, if I type
tk
and press tab, I only get filename completions, just as I get with commands with no completion support.Is my existing completion configuration incompatible with "bashcompinit" or something like that?
The completions work as expected in bash: