diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2019-02-01 16:19:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-01 16:19:02 +0300 |
commit | bd340d4a88797e760efb28c1180254e7779c990f (patch) | |
tree | 0ea929fbc249e98b3ad3cbfe7c466180fac9447c /test/segments/aws_eb_env.spec | |
parent | 6ccdfdf37e47f67683c016426cac89c6a3ac9fb0 (diff) | |
parent | 5737ca6e81a3191cb232085877b5894be0a052ed (diff) |
Merge pull request #966 from ytang/fix-rprompt-icons-cut-off
[Bugfix] Fix icons cut off in RPROMPT segments
Diffstat (limited to 'test/segments/aws_eb_env.spec')
-rwxr-xr-x | test/segments/aws_eb_env.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/segments/aws_eb_env.spec b/test/segments/aws_eb_env.spec index 99b418e0..6cd8931c 100755 --- a/test/segments/aws_eb_env.spec +++ b/test/segments/aws_eb_env.spec @@ -31,7 +31,7 @@ function testAwsEbEnvSegmentWorksIfElasticBeanstalkEnvironmentIsSet() { echo "test:\n environment: test" > /tmp/powerlevel9k-test/.elasticbeanstalk/config.yml cd /tmp/powerlevel9k-test - assertEquals "%K{000} %F{002}🌱 %f%F{002}test %k%F{000}%f " "$(build_left_prompt)" + assertEquals "%K{000} %F{002}🌱 %F{002}test %k%F{000}%f " "$(build_left_prompt)" rm -fr /tmp/powerlevel9k-test cd - @@ -52,7 +52,7 @@ function testAwsEbEnvSegmentWorksIfElasticBeanstalkEnvironmentIsSetInParentDirec echo "test:\n environment: test" > /tmp/powerlevel9k-test/.elasticbeanstalk/config.yml cd /tmp/powerlevel9k-test/1/12/123/1234/12345 - assertEquals "%K{000} %F{002}🌱 %f%F{002}test %k%F{000}%f " "$(build_left_prompt)" + assertEquals "%K{000} %F{002}🌱 %F{002}test %k%F{000}%f " "$(build_left_prompt)" rm -fr /tmp/powerlevel9k-test cd - |