mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
[FIX] RUBY_ICON should be $'\UF219'
This commit is contained in:
parent
0639e1132c
commit
a97fa07cc5
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ case $POWERLEVEL9K_MODE in
|
||||||
RIGHT_SUBSEGMENT_SEPARATOR $'\UE0B3' #
|
RIGHT_SUBSEGMENT_SEPARATOR $'\UE0B3' #
|
||||||
CARRIAGE_RETURN_ICON $'\U21B5' # ↵
|
CARRIAGE_RETURN_ICON $'\U21B5' # ↵
|
||||||
ROOT_ICON $'\uF201' #
|
ROOT_ICON $'\uF201' #
|
||||||
RUBY_ICON $'\UF247' #
|
RUBY_ICON $'\UF219' #
|
||||||
AWS_ICON $'\UF296' #
|
AWS_ICON $'\UF296' #
|
||||||
BACKGROUND_JOBS_ICON $'\UF013 ' #
|
BACKGROUND_JOBS_ICON $'\UF013 ' #
|
||||||
TEST_ICON $'\UF291' #
|
TEST_ICON $'\UF291' #
|
||||||
|
|
Loading…
Reference in a new issue