emotty_stellar_set.zsh 550 B

12345678910111213141516171819202122232425
  1. #!/usr/bin/env zsh
  2. # vim:ft=zsh ts=2 sw=2 sts=2
  3. # NOTE: The following emoji show as $'character' in the title
  4. # white_medium_star
  5. # sparkles
  6. # dizzy_symbol
  7. _emotty_sets[stellar]="
  8. full_moon_symbol
  9. waning_gibbous_moon_symbol
  10. waning_crescent_moon_symbol
  11. last_quarter_moon_symbol
  12. new_moon_symbol
  13. new_moon_with_face
  14. waxing_crescent_moon_symbol
  15. first_quarter_moon_symbol
  16. waxing_gibbous_moon_symbol
  17. full_moon_with_face
  18. sun_with_face
  19. glowing_star
  20. crescent_moon
  21. first_quarter_moon_with_face
  22. last_quarter_moon_with_face
  23. "