Emojify git characters

This commit is contained in:
Michael J. Giarlo 2019-06-17 21:58:29 -07:00
parent a48a368da9
commit 613dd77d17
No known key found for this signature in database
GPG key ID: DF66BC3FCDD3FC61

View file

@ -19,9 +19,9 @@ class RepoStats(object):
'detached': u'\u2693',
'ahead': u'\u2B06',
'behind': u'\u2B07',
'staged': u'\u2714',
'changed': u'\u2712',
'new': u'?',
'staged': u'\u2795',
'changed': u'\u270F\uFE0F',
'new': u'\u2753',
'conflicted': u'\u273C',
'stash': u'\u2398',
'git': u'\uE0A0',