summaryrefslogtreecommitdiff
path: root/oh-my-zsh.sh
diff options
context:
space:
mode:
authorJames Cox <james@imaj.es>2009-09-23 16:14:04 +0100
committerJames Cox <james@imaj.es>2009-09-23 16:14:04 +0100
commit8a8a7bafa037ef253ce582a182c77a74b76ac309 (patch)
treea176b2db801a33fc84bc4d2d8ff8021aa32d954b /oh-my-zsh.sh
parent71b1c60a8d2386a2a836d76fd57a507a0c9a3935 (diff)
parentff545e6934b70945e778495f613d41a43681b662 (diff)
downloadzsh-8a8a7bafa037ef253ce582a182c77a74b76ac309.tar.gz
zsh-8a8a7bafa037ef253ce582a182c77a74b76ac309.tar.bz2
zsh-8a8a7bafa037ef253ce582a182c77a74b76ac309.zip
merge upstream
Diffstat (limited to 'oh-my-zsh.sh')
-rw-r--r--oh-my-zsh.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh
index b931f558a..6e73519b5 100644
--- a/oh-my-zsh.sh
+++ b/oh-my-zsh.sh
@@ -2,4 +2,7 @@
# Load all of the config files in ~/oh-my-zsh that end in .zsh
# TIP: Add files you don't want in git to .gitignore
-for config_file ($ZSH/*.zsh) source $config_file
+for config_file ($ZSH/lib/*.zsh) source $config_file
+
+# Load all of your custom configurations from custom/
+for config_file ($ZSH/custom/*.zsh) source $config_file