diff options
Diffstat (limited to 'functions')
-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' # |