Skip to content

Commit

Permalink
Merge pull request #1126 from natsumesou/fix-ignore-symlink
Browse files Browse the repository at this point in the history
Load symlink custom files
  • Loading branch information
robbyrussell committed Jun 22, 2012
2 parents a269563 + 61c39b5 commit 493238e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oh-my-zsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit 493238e

Please sign in to comment.