Typo in oh-my-zsh.. $OMG should be $OMZ. This breaks loading personalizations.

This commit is contained in:
Simon Gomizelj 2011-11-30 10:08:17 -05:00
commit 18947ba54e

View file

@ -17,7 +17,7 @@ for config_file ($ZSH/lib/*.zsh(N))
source $config_file source $config_file
if [[ -d $OMZ ]]; then if [[ -d $OMZ ]]; then
for config_file ($OMG/*.zsh(N)) for config_file ($OMZ/*.zsh(N))
source $config_file source $config_file
fi fi