-
Notifications
You must be signed in to change notification settings - Fork 938
Question: multiline last prompt elements #920
Comments
This question confuses me, somewhat. So, fundamentally, the entire left prompt and the entire right prompt are actually a Can you describe what you mean in a bit more detail? Is this related to #865 or #883? |
Im speculating here (mostly since im wondering this same thing ..or at least my interpretation of it) Is it possible to use the predefined segment elements on the second line rather then appending stdout to the last prompt prefix like im doing below? POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=('os_icon' 'user' 'dir_writable' 'dir') |
Not the original author but this should be very cool |
I am on a issue-cleaning spree. This issue hasn't had motion in quite some time, and so I am closing it out due to inactivity. If anyone would like to re-open it because they feel it is un-resolved and is something they care about, please feel free to re-raise the discussion! |
When using a multiline prompt, There is
POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX
andPOWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX
variables to set prefixes.For the first line, there is the
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS
variable to set the differents segments.Why there isn't something like a
POWERLEVEL9K_MULTILINE_LAST_PROMPT_ELEMENTS
variable to add segments on the last line (context segment for example) ?The text was updated successfully, but these errors were encountered: