Skip to content

Commit

Permalink
Merge pull request #14 from grg121/patch-3
Browse files Browse the repository at this point in the history
#13 Fix problem with weird character on multiline prompt
  • Loading branch information
vaaaaanquish authored Dec 8, 2020
2 parents 6f7511e + 78eddea commit d7ba2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xontrib/powerline2.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,6 @@ def pl_build_prompt():
$BOTTOM_TOOLBAR = prompt_builder($PL_TOOLBAR)
$RIGHT_PROMPT = prompt_builder($PL_RPROMPT, True)
$TITLE = '{current_job:{} | }{cwd_base} | {user}@{hostname}'
$MULTILINE_PROMPT = ''
$MULTILINE_PROMPT = '»' if 'MULTILINE_PROMPT' not in ${...} else $MULTILINE_PROMPT

pl_build_prompt()

0 comments on commit d7ba2d5

Please sign in to comment.