From 9224c653f988d925d9a7e0447882d428f6b3f46d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jano=20Gonz=C3=A1lez?= Date: Wed, 23 May 2012 18:19:32 -0300 Subject: [PATCH] Fix typo that prevents using make --- modules/alias/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/alias/init.zsh b/modules/alias/init.zsh index 71f59b1..d75ece1 100644 --- a/modules/alias/init.zsh +++ b/modules/alias/init.zsh @@ -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