You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
Currently parameters such as POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX have no effect unless POWERLEVEL9K_PROMPT_ON_NEWLINE is true. It would be nice to remove this restriction. Then one could define prompts line this:
Backward compatibility is a bit tricky. In my fork I implemented this feature as follows:
If POWERLEVEL9K_PROMPT_ON_NEWLINE is true, display prefixes the same as in the original powerlevel9k.
If POWERLEVEL9K_PROMPT_ON_NEWLINE is false, display only those prefixes that are defined explicitly by the user.
This didn't cause any complaints from users. Presumably, if someone explicitly sets POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX, they want it to have some effect, so honoring this parameter does't break anything even though it's technically not backward compatible with powerlevel9k.
The text was updated successfully, but these errors were encountered:
Currently parameters such as
POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX
have no effect unlessPOWERLEVEL9K_PROMPT_ON_NEWLINE
is true. It would be nice to remove this restriction. Then one could define prompts line this:Backward compatibility is a bit tricky. In my fork I implemented this feature as follows:
POWERLEVEL9K_PROMPT_ON_NEWLINE
is true, display prefixes the same as in the original powerlevel9k.POWERLEVEL9K_PROMPT_ON_NEWLINE
is false, display only those prefixes that are defined explicitly by the user.This didn't cause any complaints from users. Presumably, if someone explicitly sets
POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX
, they want it to have some effect, so honoring this parameter does't break anything even though it's technically not backward compatible with powerlevel9k.The text was updated successfully, but these errors were encountered: