mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			751 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			751 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/usr/bin/env zsh
 | 
						|
# vim:ft=zsh ts=2 sw=2 sts=2
 | 
						|
 | 
						|
# Note: The heavy_black_heart emoji requires $emoji2[emoji_style]
 | 
						|
# to be rendered as the emoji red heart.
 | 
						|
_emotty_sets[love]="
 | 
						|
  green_heart
 | 
						|
  blue_heart
 | 
						|
  purple_heart
 | 
						|
  yellow_heart
 | 
						|
  heavy_black_heart
 | 
						|
  broken_heart
 | 
						|
  heart_with_arrow
 | 
						|
  heart_with_ribbon
 | 
						|
  sparkling_heart
 | 
						|
  two_hearts
 | 
						|
  revolving_hearts
 | 
						|
  growing_heart
 | 
						|
  beating_heart
 | 
						|
  heart_decoration
 | 
						|
  couple_with_heart
 | 
						|
  kiss
 | 
						|
  man_and_woman_holding_hands
 | 
						|
  two_women_holding_hands
 | 
						|
  two_men_holding_hands
 | 
						|
  kiss_mark
 | 
						|
  smiling_face_with_heart_shaped_eyes
 | 
						|
  kissing_face
 | 
						|
  face_throwing_a_kiss
 | 
						|
  kissing_face_with_smiling_eyes
 | 
						|
  kissing_face_with_closed_eyes
 | 
						|
  smiling_cat_face_with_heart_shaped_eyes
 | 
						|
  kissing_cat_face_with_closed_eyes
 | 
						|
  "
 |