Merge pull request #1126 from natsumesou/fix-ignore-symlink

Load symlink custom files
This commit is contained in:
Robby Russell
2012-06-22 06:38:41 -07:00

View File

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