From 18947ba54e7eabc78b378ea187de971e7cbbfcff Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Wed, 30 Nov 2011 10:08:17 -0500 Subject: [PATCH] Typo in oh-my-zsh.. $OMG should be $OMZ. This breaks loading personalizations. --- oh-my-zsh.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-zsh.zsh b/oh-my-zsh.zsh index 7382c88ef..c1538cd07 100644 --- a/oh-my-zsh.zsh +++ b/oh-my-zsh.zsh @@ -17,7 +17,7 @@ for config_file ($ZSH/lib/*.zsh(N)) source $config_file if [[ -d $OMZ ]]; then - for config_file ($OMG/*.zsh(N)) + for config_file ($OMZ/*.zsh(N)) source $config_file fi