mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 10:51:41 +00:00
[Fix #195] Fallback to the default command
This commit is contained in:
@ -9,6 +9,8 @@ function make {
|
||||
if zstyle -t ':omz:module:utility:make' color; then
|
||||
if (( $+commands[colormake] )); then
|
||||
colormake "$@"
|
||||
else
|
||||
command make "$@"
|
||||
fi
|
||||
else
|
||||
command make "$@"
|
||||
|
Reference in New Issue
Block a user