From aca2f19fa385f01e7f9bef69316e8929707bac7b Mon Sep 17 00:00:00 2001 From: romkatv Date: Sat, 25 Apr 2020 16:39:24 +0200 Subject: [PATCH] define POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_GAP_BACKGROUND in rainbow and classic config templates (see #655) --- config/p10k-classic.zsh | 1 + config/p10k-rainbow.zsh | 1 + 2 files changed, 2 insertions(+) diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 20b3c206..80b2b4d5 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -139,6 +139,7 @@ # for more compact prompt if using using this option. typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR=' ' typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_BACKGROUND= + typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_GAP_BACKGROUND= if [[ $POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR != ' ' ]]; then # The color of the filler. You'll probably want to match the color of POWERLEVEL9K_MULTILINE # ornaments defined above. diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index c388d652..80f16024 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -139,6 +139,7 @@ # for more compact prompt if using using this option. typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR=' ' typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_BACKGROUND= + typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_GAP_BACKGROUND= if [[ $POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR != ' ' ]]; then # The color of the filler. You'll probably want to match the color of POWERLEVEL9K_MULTILINE # ornaments defined above.