This commit is contained in:
GitHub Merge Button 2012-05-31 14:43:21 -07:00
commit 983c27ad3c

View file

@ -40,6 +40,8 @@ done
autoload -U compinit
compinit -i
# Load all of your custom configurations from custom/
for config_file ($ZSH_CUSTOM/*.zsh(.N)) source $config_file
# Load all of the plugins that were defined in ~/.zshrc
for plugin ($plugins); do
@ -50,9 +52,6 @@ for plugin ($plugins); do
fi
done
# Load all of your custom configurations from custom/
for config_file ($ZSH_CUSTOM/*.zsh(.N)) source $config_file
# Load the theme
if [ "$ZSH_THEME" = "random" ]
then