mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			281 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			281 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/usr/bin/env zsh
 | 
						|
# vim:ft=zsh ts=2 sw=2 sts=2
 | 
						|
 | 
						|
_emotty_sets[zodiac]="
 | 
						|
  aries
 | 
						|
  taurus
 | 
						|
  gemini
 | 
						|
  cancer
 | 
						|
  leo
 | 
						|
  virgo
 | 
						|
  libra
 | 
						|
  scorpius
 | 
						|
  sagittarius
 | 
						|
  capricorn
 | 
						|
  aquarius
 | 
						|
  pisces
 | 
						|
  rat
 | 
						|
  ox
 | 
						|
  tiger
 | 
						|
  rabbit
 | 
						|
  dragon
 | 
						|
  snake
 | 
						|
  horse
 | 
						|
  goat
 | 
						|
  monkey
 | 
						|
  rooster
 | 
						|
  dog
 | 
						|
  pig
 | 
						|
  "
 |