mirror of
https://github.com/b-ryan/powerline-shell.git
synced 2026-09-10 07:26:28 -04:00
Emojify git characters
This commit is contained in:
parent
a48a368da9
commit
613dd77d17
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue