# # Highlights make output. # # Authors: # Sorin Ionescu # function make { if zstyle -t ':omz:module:utility:make' color; then if (( $+commands[colormake] )); then colormake "$@" fi else command make "$@" fi }