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