Incorporating @dritter's feedback from #524.
This commit is contained in:
parent
6486e62f14
commit
e844fc4c72
3 changed files with 9 additions and 8 deletions
|
@ -1352,7 +1352,7 @@ powerlevel9k_prepare_prompts() {
|
|||
|
||||
if [[ "$POWERLEVEL9K_PROMPT_ON_NEWLINE" == true ]]; then
|
||||
PROMPT='$(print_icon 'MULTILINE_FIRST_PROMPT_PREFIX')%f%b%k$(build_left_prompt)
|
||||
$(print_icon 'MULTILINE_SECOND_PROMPT_PREFIX')'
|
||||
$(print_icon 'MULTILINE_LAST_PROMPT_PREFIX')'
|
||||
if [[ "$POWERLEVEL9K_RPROMPT_ON_NEWLINE" != true ]]; then
|
||||
# The right prompt should be on the same line as the first line of the left
|
||||
# prompt. To do so, there is just a quite ugly workaround: Before zsh draws
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue