mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Revert "unify multiline prompt prefix parameters"
This reverts commit 502baefcec
.
fixes #116
This commit is contained in:
parent
b51e263637
commit
d2fc79743d
1 changed files with 3 additions and 3 deletions
|
@ -654,7 +654,7 @@ prompt_newline() {
|
|||
_p9k_left_prompt_end_line && _P9K_PROMPT+=$'\n'
|
||||
_P9K_PROMPT+=$_P9K_LEFT_LINE_PREFIX
|
||||
if [[ $POWERLEVEL9K_PROMPT_ON_NEWLINE == true ]]; then
|
||||
_p9k_get_icon 'prompt_multiline_NEWLINE' PROMPT_PREFIX
|
||||
_p9k_get_icon '' MULTILINE_NEWLINE_PROMPT_PREFIX
|
||||
_P9K_PROMPT+=$_P9K_RETVAL
|
||||
fi
|
||||
}
|
||||
|
@ -3007,9 +3007,9 @@ _p9k_init() {
|
|||
_P9K_RIGHT_PREFIX+='%f%b%k'
|
||||
|
||||
if [[ $POWERLEVEL9K_PROMPT_ON_NEWLINE == true ]]; then
|
||||
_p9k_get_icon 'prompt_multiline_FIRST' PROMPT_PREFIX
|
||||
_p9k_get_icon '' MULTILINE_FIRST_PROMPT_PREFIX
|
||||
_P9K_LEFT_PREFIX+="$_P9K_RETVAL%f%b%k"
|
||||
_p9k_get_icon 'prompt_multiline_LAST' PROMPT_PREFIX
|
||||
_p9k_get_icon '' MULTILINE_LAST_PROMPT_PREFIX
|
||||
_P9K_LEFT_SUFFIX+=$'\n'$_P9K_RETVAL'%f%b%k'
|
||||
else
|
||||
_P9K_LEFT_PREFIX+="%f%b%k"
|
||||
|
|
Loading…
Reference in a new issue