Merge pull request #1147 from dritter/fix_newlines_in_zsh57

Fix newlines in ZSH 5.7
This commit is contained in:
Dominik Ritter 2019-02-01 23:52:56 +01:00 committed by GitHub
commit 08798d12ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 1 deletions

View file

@ -363,7 +363,8 @@ prompt_newline() {
"$1_prompt_segment" \
"$0" \
"$2" \
"NONE" "NONE" "${newline}"
"" "" "${newline}"
CURRENT_BG='NONE'
POWERLEVEL9K_WHITESPACE_BETWEEN_LEFT_SEGMENTS=$lws
}