diff options
author | Fredrik Appelberg <fredrik.appelberg@gmail.com> | 2011-02-16 10:40:57 +0100 |
---|---|---|
committer | Fredrik Appelberg <fredrik.appelberg@gmail.com> | 2011-02-16 10:40:57 +0100 |
commit | bbde258141acef4174f4e3184517af6705fd5939 (patch) | |
tree | da5e04aff3efd1a533ed8156c4d267d9e09502ef /oh-my-zsh.sh | |
parent | 792e50c917b7c854fbcadbce10a895ab7fbaa7ec (diff) | |
parent | 01b0366f3e27cf30f3882870100f14625fc267d1 (diff) | |
download | zsh-bbde258141acef4174f4e3184517af6705fd5939.tar.gz zsh-bbde258141acef4174f4e3184517af6705fd5939.tar.bz2 zsh-bbde258141acef4174f4e3184517af6705fd5939.zip |
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'oh-my-zsh.sh')
-rw-r--r-- | oh-my-zsh.sh | 3 |
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 |