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