This commit is contained in:
GitHub Merge Button 2011-05-25 12:55:49 -07:00
commit 1a8d6d9241

View file

@ -23,7 +23,7 @@ for plugin ($plugins); do
done
# 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
# Check for updates on initial load...