Merge branch 'fix_colors' into prepare_066

This commit is contained in:
Dominik Ritter 2018-08-09 00:28:50 +02:00
commit e0630d7573
30 changed files with 107 additions and 97 deletions

View file

@ -33,7 +33,7 @@ function testNodeVersionSegmentWorks() {
# Load Powerlevel9k
source powerlevel9k.zsh-theme
assertEquals "%K{002} %F{015%} %f%F{015}1.2.3 %k%F{002}%f " "$(build_left_prompt)"
assertEquals "%K{002} %F{015} %f%F{015}1.2.3 %k%F{002}%f " "$(build_left_prompt)"
unfunction node
}