diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2016-01-17 14:31:36 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2016-01-23 03:34:48 +0300 |
commit | 6763826c4e131797b2c86c3e14cab0eb954e6e82 (patch) | |
tree | 248a2d01b953dc21119e38cef2ed68d67c071792 /functions/icons.zsh | |
parent | a6174e31ea24a9cba6163780058e20b653afe1a4 (diff) |
More space for the Beanstalk-Icon.
Diffstat (limited to 'functions/icons.zsh')
-rw-r--r-- | functions/icons.zsh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh index 403802aa..1eaef3d6 100644 --- a/functions/icons.zsh +++ b/functions/icons.zsh @@ -29,7 +29,7 @@ case $POWERLEVEL9K_MODE in ROOT_ICON $'\UE801' # RUBY_ICON $'\UE847 ' # AWS_ICON $'\UE895' # - AWS_EB_ICON $'\U1F331' # 🌱 + AWS_EB_ICON $'\U1F331 ' # 🌱 BACKGROUND_JOBS_ICON $'\UE82F ' # TEST_ICON $'\UE891' # TODO_ICON $'\U2611' # ☑ @@ -83,7 +83,7 @@ case $POWERLEVEL9K_MODE in ROOT_ICON $'\uF201' # RUBY_ICON $'\UF219 ' # AWS_ICON $'\UF296' # - AWS_EB_ICON $'\U1F331' # 🌱 + AWS_EB_ICON $'\U1F331 ' # 🌱 BACKGROUND_JOBS_ICON $'\UF013 ' # TEST_ICON $'\UF291' # TODO_ICON $'\U2611' # ☑ @@ -132,7 +132,7 @@ case $POWERLEVEL9K_MODE in ROOT_ICON $'\u26A1' # ⚡ RUBY_ICON '' AWS_ICON 'AWS:' - AWS_EB_ICON $'\U1F331' # 🌱 + AWS_EB_ICON $'\U1F331 ' # 🌱 BACKGROUND_JOBS_ICON $'\u2699' # ⚙ TEST_ICON '' TODO_ICON $'\U2611' # ☑ |