On Sat, Jun 25, 2022 at 10:15 PM Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> Leave off the final * and you can leave the
> number-match for python version.
Either of these also works:
# Leave out one colon
zstyle ':completion::complete:python<->#(.<->)#:*' list-dirs-first false
# Leave out the word "complete"
zstyle ':completion:*:python<->#(.<->)#::*' list-dirs-first false