-
Notifications
You must be signed in to change notification settings - Fork 1
/
emojis.plugin.zsh
36 lines (35 loc) · 1.28 KB
/
emojis.plugin.zsh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# contains numerous variables for common ascii emojis
# Sources:
# * http://www.emoticonfun.org/
export em_confused='¯\_(⊙︿⊙)_/¯'
export em_crying='ಥ_ಥ'
export em_cute_bear='ʕ•ᴥ•ʔ'
export em_cute_face='(。◕‿◕。)'
export em_excited='☜(⌒▽⌒)☞'
export em_fisticuffs='ლ(`ー´ლ)'
export em_fliptable='(╯°□°)╯︵ ┻━┻'
export em_person_flip_table=$em_fliptable
export em_person_flip_person='(╯°Д°)╯︵/(.□ . \)\'
export em_table_flip_person='ノ┬─┬ノ ︵ ( \o°o)\'
export em_person_unflip_table='┬──┬◡ノ(° -°ノ)'
export em_happy='ヽ(´▽`)/'
export em_innocent='ʘ‿ʘ'
export em_kirby='⊂(◉‿◉)つ'
export em_lennyface='( ͡° ͜ʖ ͡°)'
export em_lion='°‿‿°'
export em_muscleflex='ᕙ(⇀‸↼‶)ᕗ'
export em_muscleflex2='ᕦ(∩◡∩)ᕤ'
export em_perky='(`・ω・´)'
export em_piggy='( ́・ω・`)'
export em_shrug='¯\_(ツ)_/¯'
export em_point_right='(☞゚ヮ゚)☞'
export em_point_left='☜(゚ヮ゚☜)'
export em_magic='╰(•̀ 3 •́)━☆゚.*・。゚'
export em_shades='(•_•)
( •_•)>⌐■-■
(⌐■_■)'
export em_disapprove='ಠ_ಠ'
export em_wink='ಠ‿↼'
export em_facepalm='(-‸ლ)'
export em_hataz_gon_hate='ᕕ( ᐛ )ᕗ'
export em_salute='( ̄^ ̄)ゞ'