mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 05:01:17 +08:00 
			
		
		
		
	fix(emotty): show error on missing plugin dependencies (#9811)
This commit is contained in:
		
							parent
							
								
									6396dfb97f
								
							
						
					
					
						commit
						7b708519b9
					
				@ -46,6 +46,16 @@
 | 
			
		||||
# is shown (see vcs_action_glyph variable, default: chevron).
 | 
			
		||||
# ------------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
(( ${+functions[emotty]} )) || {
 | 
			
		||||
  echo "error: the emotty theme requires the emotty plugin" >&2
 | 
			
		||||
  return 1
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
(( ${+emoji} )) || {
 | 
			
		||||
  echo "error: the emotty theme requires the emoji plugin" >&2
 | 
			
		||||
  return 1
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
user_prompt="$(emotty)"
 | 
			
		||||
root_prompt="$emoji[skull]"
 | 
			
		||||
warn_prompt="$emoji[collision_symbol]"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user