zstyle ':completion:*' accept-exact false
de zshcompsys(1)
accept-exact
This is tested for the default tag in addition to the tags valid for the current context. If it is set to 'true' and any of the trial matches is the
same as the string on the command line, this match will immediately be accepted (even if it would otherwise be considered ambiguous).
Você também pode tornar o contexto do zstyle mais específico em vez de afetar todo tipo de conclusão.