summaryrefslogtreecommitdiff
path: root/oh-my-zsh.sh
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2011-01-15 01:10:23 -0800
committerRobby Russell <robby@planetargon.com>2011-01-15 01:10:23 -0800
commit8da8d45236f10199f41ddd8ec1d543b8cb3c0473 (patch)
tree0d844fbfc69068b21fbdaa4a2921e862503d3e88 /oh-my-zsh.sh
parent76d99055840a85ab4da139c1286ae7c805b88087 (diff)
parent8294cf44d1d348fd1590ee28b5be8483fb012153 (diff)
downloadzsh-8da8d45236f10199f41ddd8ec1d543b8cb3c0473.tar.gz
zsh-8da8d45236f10199f41ddd8ec1d543b8cb3c0473.tar.bz2
zsh-8da8d45236f10199f41ddd8ec1d543b8cb3c0473.zip
Merge branch 'postpone-theme-sourcing' of https://github.com/mkomitee/oh-my-zsh into mkomitee-postpone-theme-sourcing
Diffstat (limited to 'oh-my-zsh.sh')
-rw-r--r--oh-my-zsh.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh
index 848e48eb5..291772dfe 100644
--- a/oh-my-zsh.sh
+++ b/oh-my-zsh.sh
@@ -14,6 +14,9 @@ for config_file ($ZSH/custom/*.zsh) source $config_file
plugin=${plugin:=()}
for plugin ($plugins) source $ZSH/plugins/$plugin/$plugin.plugin.zsh
+# Load the theme
+source "$ZSH/themes/$ZSH_THEME.zsh-theme"
+
# Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
then