diff options
author | Claus Witt <claus@wittnezz.dk> | 2011-01-26 11:07:25 +0100 |
---|---|---|
committer | Claus Witt <claus@wittnezz.dk> | 2011-01-26 11:07:25 +0100 |
commit | 6a39f8109320e9bd13f006648baf84bb62d1d487 (patch) | |
tree | 993811d1f563bbcdc14ac2994861a771c274fe85 /oh-my-zsh.sh | |
parent | 4e42bdc306e5d8c1d0ff7c86be305e11b432c04f (diff) | |
parent | 01b0366f3e27cf30f3882870100f14625fc267d1 (diff) | |
download | zsh-6a39f8109320e9bd13f006648baf84bb62d1d487.tar.gz zsh-6a39f8109320e9bd13f006648baf84bb62d1d487.tar.bz2 zsh-6a39f8109320e9bd13f006648baf84bb62d1d487.zip |
Merge branch 'master' of https://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 |