By default, zsh completion for the `make` command clumps everything together: > > make target > > make variable > > file all clean foo build/ etc... This sucks, and a `zstyle` should be added to separate them like I've done with other commands.
By default, zsh completion for the
makecommand clumps everything together:This sucks, and a
zstyleshould be added to separate them like I've done with other commands.