POWERLEVEL9K_EMPTY_LINE_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL expected behavior? #2804
Replies: 6 comments
-
There is an image at the top of https://github.com/romkatv/powerlevel10k with the examples of prompts. One of them has the full frame. It appears that your terminal is rendering |
Beta Was this translation helpful? Give feedback.
-
Thank you for the quick response. I do not have the right part of the frame (right bracket) turned on, only the left bracket and a filler line. I was tying to configure p10k in such a way, that it would render the ┤ symbol at the end of the filler line if there's no right segment of the prompt (like it is in my picture). I assumed (may be erroniously), that's what Here's a bigger portion of my config:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
So it is by design. Thank you! |
Beta Was this translation helpful? Give feedback.
-
The last prompt line can have prompt segments on the left and on the right, just like any other prompt line. The default Lean config does not define any segments on the right hand side of the last line, but you can change that. See powerlevel10k/config/p10k-lean.zsh Lines 103 to 110 in ef83e13 |
Beta Was this translation helpful? Give feedback.
-
Thank you again! I'm closing this discussion now. |
Beta Was this translation helpful? Give feedback.
-
typeset -g POWERLEVEL9K_EMPTY_LINE_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL='┤'
Should the symbol at the end of a bottom line be there?
Beta Was this translation helpful? Give feedback.
All reactions