diff options
author | MrTuxHdb <mrtux@ubuntu-vn.org> | 2016-01-12 20:51:51 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2016-01-15 00:05:07 +0300 |
commit | a97fa07cc5851116e633bdb38b632bde4e51818f (patch) | |
tree | 26515d63c5f126594519f816f8c146071bc2af84 /functions | |
parent | 0639e1132ce89c6d1c96fc4f7eb6b5c960ca0086 (diff) |
[FIX] RUBY_ICON should be $'\UF219'
Diffstat (limited to 'functions')
-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' # |