Merge pull request from till.

This commit is contained in:
Steve Losh 2011-08-19 09:33:05 -04:00
commit bd00365382

View file

@ -31,7 +31,9 @@ for plugin ($plugins); do
done
# Load all of your custom configurations from custom/
for config_file ($ZSH/custom/*.zsh) source $config_file
if [ -d "$ZSH/custom" ]; then
for config_file ($ZSH/custom/*.zsh) source $config_file
fi
# Load the theme
if [ "$ZSH_THEME" = "random" ]