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
2 changed files with 44 additions and 1 deletions
+2 -1
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
}