This commit is contained in:
SimonGreenhill 2012-01-14 23:03:41 +13:00
commit 5e8734bfd6
26 changed files with 1300 additions and 74 deletions

View file

@ -45,7 +45,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" ]