Browse Source

Fix typo that prevents using make

master
Jano González 13 years ago committed by Sorin Ionescu
parent
commit
9224c653f9
  1. 2
      modules/alias/init.zsh

2
modules/alias/init.zsh

@ -138,7 +138,7 @@ if zstyle -t ':omz:module:alias:make' color; then @@ -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

Loading…
Cancel
Save