Fix typo that prevents using make

This commit is contained in:
Jano González 2012-05-23 18:19:32 -03:00 committed by Sorin Ionescu
parent 614bbcfe5c
commit 9224c653f9

View File

@ -138,7 +138,7 @@ if zstyle -t ':omz:module:alias:make' color; then
if (( $+commands[colormake] )); then
colormake "$@"
else
"$comamnds[make]" "$@"
"$commands[make]" "$@"
fi
}
fi