summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2012-06-22 06:38:41 -0700
committerRobby Russell <robby@planetargon.com>2012-06-22 06:38:41 -0700
commit493238e29bcf112a5c891f438f44af8312e546c6 (patch)
treef44077d4bf67cd8bf196326760f7069fa73aef49
parenta2695630cdd7144da1667dad56650614ba526ba5 (diff)
parent61c39b50390a7869f22001a6cd65b7e8cd977e88 (diff)
downloadzsh-493238e29bcf112a5c891f438f44af8312e546c6.tar.gz
zsh-493238e29bcf112a5c891f438f44af8312e546c6.tar.bz2
zsh-493238e29bcf112a5c891f438f44af8312e546c6.zip
Merge pull request #1126 from natsumesou/fix-ignore-symlink
Load symlink custom files
-rw-r--r--oh-my-zsh.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh
index c2b6049cb..ddef1ad6c 100644
--- a/oh-my-zsh.sh
+++ b/oh-my-zsh.sh
@@ -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" ]