dce052dac0
which displays an emoji for the current $TTY.
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
|
|
"
|