mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Postponing sourcing of the theme until after local customizations
This commit is contained in:
		@@ -34,5 +34,3 @@ ZSH_THEME_GIT_PROMPT_CLEAN=""               # Text to display if the branch is c
 | 
			
		||||
# Setup the prompt with pretty colors
 | 
			
		||||
setopt prompt_subst
 | 
			
		||||
 | 
			
		||||
# Load the theme
 | 
			
		||||
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user