| ... | ... |
@@ -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 |