mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	First search in the custom folder for the theme
This commit is contained in:
		
							parent
							
								
									762b55bb2b
								
							
						
					
					
						commit
						2ca2ad3fc5
					
				@ -45,7 +45,12 @@ then
 | 
			
		||||
else
 | 
			
		||||
  if [ ! "$ZSH_THEME" = ""  ]
 | 
			
		||||
  then
 | 
			
		||||
    source "$ZSH/themes/$ZSH_THEME.zsh-theme"
 | 
			
		||||
    if [ -f "$ZSH/custom/$ZSH_THEME.zsh-theme" ]
 | 
			
		||||
    then
 | 
			
		||||
      source "$ZSH/custom/$ZSH_THEME.zsh-theme"
 | 
			
		||||
    else
 | 
			
		||||
      source "$ZSH/themes/$ZSH_THEME.zsh-theme"
 | 
			
		||||
    fi
 | 
			
		||||
  fi
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user