mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			59 lines
		
	
	
		
			660 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			660 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/usr/bin/env zsh
 | 
						|
# vim:ft=zsh ts=2 sw=2 sts=2
 | 
						|
 | 
						|
_emotty_sets[nature]="
 | 
						|
  mouse_face
 | 
						|
  hamster_face
 | 
						|
  rabbit_face
 | 
						|
  dog_face
 | 
						|
  cat_face
 | 
						|
  tiger_face
 | 
						|
  bear_face
 | 
						|
  monkey_face
 | 
						|
  koala
 | 
						|
  panda_face
 | 
						|
  chicken
 | 
						|
  baby_chick
 | 
						|
  bird
 | 
						|
  penguin
 | 
						|
  cow_face
 | 
						|
  pig_face
 | 
						|
  frog_face
 | 
						|
  boar
 | 
						|
  wolf_face
 | 
						|
  horse_face
 | 
						|
  snail
 | 
						|
  bug
 | 
						|
  ant
 | 
						|
  honeybee
 | 
						|
  lady_beetle
 | 
						|
  spouting_whale
 | 
						|
  dolphin
 | 
						|
  octopus
 | 
						|
  fish
 | 
						|
  tropical_fish
 | 
						|
  snake
 | 
						|
  turtle
 | 
						|
  lemon
 | 
						|
  tangerine
 | 
						|
  peach
 | 
						|
  mushroom
 | 
						|
  tomato
 | 
						|
  strawberry
 | 
						|
  red_apple
 | 
						|
  cherries
 | 
						|
  grapes
 | 
						|
  aubergine
 | 
						|
  watermelon
 | 
						|
  banana
 | 
						|
  pineapple
 | 
						|
  melon
 | 
						|
  pear
 | 
						|
  green_apple
 | 
						|
  ear_of_maize
 | 
						|
  sunflower
 | 
						|
  seedling
 | 
						|
  herb
 | 
						|
  four_leaf_clover
 | 
						|
  "
 |