From 33dba0f19fff80baeebf723bd828a714d43b7f24 Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Wed, 5 Aug 2015 00:00:29 +0200 Subject: [PATCH] Define multiline icons as escape sequence. --- powerlevel9k.zsh-theme | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index a31695b2..dadd1d1a 100644 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -68,8 +68,8 @@ case $POWERLEVEL9K_MODE in OK_ICON "\U2713" # ✓ FAIL_ICON "\U2718" # ✘ SYMFONY_ICON "SF" - MULTILINE_FIRST_PROMPT_PREFIX "╭─" - MULTILINE_SECOND_PROMPT_PREFIX "╰─ " + MULTILINE_FIRST_PROMPT_PREFIX $'\U256D'$'\U2500' + MULTILINE_SECOND_PROMPT_PREFIX $'\U2570'$'\U2500 ' APPLE_ICON $'\UF8FF' #  FREEBSD_ICON $'\U1F608 ' # 😈 LINUX_ICON $'\U1F427 ' # 🐧 @@ -107,8 +107,8 @@ case $POWERLEVEL9K_MODE in OK_ICON "\U2713" # ✓ FAIL_ICON "\U2718" # ✘ SYMFONY_ICON "SF" - MULTILINE_FIRST_PROMPT_PREFIX "╭─" - MULTILINE_SECOND_PROMPT_PREFIX "╰─ " + MULTILINE_FIRST_PROMPT_PREFIX $'\U256D'$'\U2500' + MULTILINE_SECOND_PROMPT_PREFIX $'\U2570'$'\U2500 ' APPLE_ICON 'OSX' FREEBSD_ICON 'BSD' LINUX_ICON 'Lx'