Don't break when there are no files in custom/

This commit is contained in:
Paul Gideon Dann 2011-05-19 11:16:52 +01:00
commit 903206abf4

View file

@ -23,7 +23,7 @@ for plugin ($plugins); do
done done
# Load all of your custom configurations from custom/ # Load all of your custom configurations from custom/
for config_file ($ZSH/custom/*.zsh) source $config_file for config_file ($(find $ZSH/custom -iname \*.zsh)) source $config_file
# Load the theme # Load the theme
# Check for updates on initial load... # Check for updates on initial load...