mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-23 05:38:01 +00:00
Fix typo that prevents using make
This commit is contained in:
parent
614bbcfe5c
commit
9224c653f9
@ -138,7 +138,7 @@ if zstyle -t ':omz:module:alias:make' color; then
|
|||||||
if (( $+commands[colormake] )); then
|
if (( $+commands[colormake] )); then
|
||||||
colormake "$@"
|
colormake "$@"
|
||||||
else
|
else
|
||||||
"$comamnds[make]" "$@"
|
"$commands[make]" "$@"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user