Browse code

Merge branch 'postpone-theme-sourcing' of https://github.com/mkomitee/oh-my-zsh into mkomitee-postpone-theme-sourcing

Robby Russell authored on 15/01/2011 at 09:10:23
Showing 2 changed files
... ...
@@ -34,5 +34,3 @@ ZSH_THEME_GIT_PROMPT_CLEAN=""               # Text to display if the branch is c
34 34
 # Setup the prompt with pretty colors
35 35
 setopt prompt_subst
36 36
 
37
-# Load the theme
38
-source "$ZSH/themes/$ZSH_THEME.zsh-theme"
39 37
\ No newline at end of file
... ...
@@ -14,6 +14,9 @@ for config_file ($ZSH/custom/*.zsh) source $config_file
14 14
 plugin=${plugin:=()}
15 15
 for plugin ($plugins) source $ZSH/plugins/$plugin/$plugin.plugin.zsh
16 16
 
17
+# Load the theme
18
+source "$ZSH/themes/$ZSH_THEME.zsh-theme"
19
+
17 20
 # Check for updates on initial load...
18 21
 if [ "$DISABLE_AUTO_UPDATE" = "true" ]
19 22
 then