Merge pull request #966 from ytang/fix-rprompt-icons-cut-off

[Bugfix] Fix icons cut off in RPROMPT segments
This commit is contained in:
Dominik Ritter 2019-02-01 14:19:02 +01:00 committed by GitHub
commit bd340d4a88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 95 additions and 95 deletions

View file

@ -189,7 +189,7 @@ function testMercurialIconWorks() {
# Load Powerlevel9k
source ${P9K_HOME}/powerlevel9k.zsh-theme
assertEquals "%K{002} %F{000}HG-Icon %f%F{000} default %k%F{002}%f " "$(build_left_prompt)"
assertEquals "%K{002} %F{000}HG-Icon %F{000} default %k%F{002}%f " "$(build_left_prompt)"
}
function testBookmarkIconWorks() {