mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Add emotty plugin
which displays an emoji for the current $TTY.
This commit is contained in:
parent
9c08641d7c
commit
dce052dac0
7 changed files with 231 additions and 0 deletions
25
plugins/emotty/emotty_stellar_set.zsh
Normal file
25
plugins/emotty/emotty_stellar_set.zsh
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
#!/usr/bin/env zsh
|
||||
# vim:ft=zsh ts=2 sw=2 sts=2
|
||||
|
||||
# NOTE: The following emoji show as $'character' in the title
|
||||
# white_medium_star
|
||||
# sparkles
|
||||
# dizzy_symbol
|
||||
|
||||
_emotty_sets[stellar]="
|
||||
full_moon_symbol
|
||||
waning_gibbous_moon_symbol
|
||||
waning_crescent_moon_symbol
|
||||
last_quarter_moon_symbol
|
||||
new_moon_symbol
|
||||
new_moon_with_face
|
||||
waxing_crescent_moon_symbol
|
||||
first_quarter_moon_symbol
|
||||
waxing_gibbous_moon_symbol
|
||||
full_moon_with_face
|
||||
sun_with_face
|
||||
glowing_star
|
||||
crescent_moon
|
||||
first_quarter_moon_with_face
|
||||
last_quarter_moon_with_face
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue