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