summaryrefslogtreecommitdiff
path: root/oh-my-zsh.sh
diff options
context:
space:
mode:
authorRoman Kamyk <roman.kamyk@gmail.com>2011-02-05 11:48:46 +0100
committerRoman Kamyk <roman.kamyk@gmail.com>2011-02-05 11:48:46 +0100
commit3e260a9ef63ed8e73650c72049002e6f9edd0dc9 (patch)
treeff50ccfcc118375e11b5537bf08c9b8ad8edfe53 /oh-my-zsh.sh
parent57e0b57434eb7f3b7d0fe0ca4849478477404e43 (diff)
parent01b0366f3e27cf30f3882870100f14625fc267d1 (diff)
downloadzsh-3e260a9ef63ed8e73650c72049002e6f9edd0dc9.tar.gz
zsh-3e260a9ef63ed8e73650c72049002e6f9edd0dc9.tar.bz2
zsh-3e260a9ef63ed8e73650c72049002e6f9edd0dc9.zip
Merge branch 'master' of http://github.com/robbyrussell/oh-my-zsh
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