diff options
author | MrTuxHdb <mrtux@ubuntu-vn.org> | 2016-01-12 20:51:51 +0300 |
---|---|---|
committer | MrTuxHdb <mrtux@ubuntu-vn.org> | 2016-01-12 20:51:51 +0300 |
commit | 31c78b5e47eb2f2343171635b384bb7f93d4c90e (patch) | |
tree | c088b7ab83bee0574c89914c92fba1eeadbe4482 | |
parent | c84da5e744db960a17c09485720ff1c094b1f6e8 (diff) |
[FIX] RUBY_ICON should be $'\UF219'
-rw-r--r-- | functions/icons.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh index b8e02efd..a0171e69 100644 --- a/functions/icons.zsh +++ b/functions/icons.zsh @@ -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' # |