For example, when I just want to make cfiles without makefile:
$ make a<tab>
a1.c a2.c a3.c ...
or run the script like:
$ ./a<tab>
a1 a2 a3 ...
but seems that zsh would detect the command then completes nothing when I hit tab.
It works fine on bash that just lists everything.
Is there the ways like bash do?
My OS is macOS mojave with zsh 5.7.1.