diff options
author | rjorgenson <rjorgenson@gmail.com> | 2016-01-17 04:03:31 +0300 |
---|---|---|
committer | rjorgenson <rjorgenson@gmail.com> | 2016-01-17 04:03:31 +0300 |
commit | f1486620e742e8e8ff843cb65eea42d320752c0e (patch) | |
tree | a95b770e8af3bd4987d0a5f977e2a68a33d1a089 /functions/icons.zsh | |
parent | bc1af0d733918b2948927ab5b07b93ef7b43d6a7 (diff) |
added space to end of RVM icon
Diffstat (limited to 'functions/icons.zsh')
-rw-r--r-- | functions/icons.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh index 6a9b044c..aad62dc1 100644 --- a/functions/icons.zsh +++ b/functions/icons.zsh @@ -27,7 +27,7 @@ case $POWERLEVEL9K_MODE in RIGHT_SUBSEGMENT_SEPARATOR $'\UE0B3' # CARRIAGE_RETURN_ICON $'\U21B5' # ↵ ROOT_ICON $'\UE801' # - RUBY_ICON $'\UE847' # + RUBY_ICON $'\UE847 ' # AWS_ICON $'\UE895' # BACKGROUND_JOBS_ICON $'\UE82F ' # TEST_ICON $'\UE891' # @@ -80,7 +80,7 @@ case $POWERLEVEL9K_MODE in RIGHT_SUBSEGMENT_SEPARATOR $'\UE0B3' # CARRIAGE_RETURN_ICON $'\U21B5' # ↵ ROOT_ICON $'\uF201' # - RUBY_ICON $'\UF219' # + RUBY_ICON $'\UF219 ' # AWS_ICON $'\UF296' # BACKGROUND_JOBS_ICON $'\UF013 ' # TEST_ICON $'\UF291' # |