aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-04-25 17:39:24 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-04-25 17:39:24 +0300
commitaca2f19fa385f01e7f9bef69316e8929707bac7b (patch)
tree7efc59dd5088be393c79d4dd0f387051ed6ce929 /config
parent0ac58db9ec886a1681485e085996743a6e71ef1a (diff)
define POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_GAP_BACKGROUND in rainbow and classic config templates (see #655)
Diffstat (limited to 'config')
-rw-r--r--config/p10k-classic.zsh1
-rw-r--r--config/p10k-rainbow.zsh1
2 files changed, 2 insertions, 0 deletions
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.