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.
Since updating from Zsh 5.6.2 to 5.7 (The latest available with homebrew on Mac) the newline element appears to push the > end onto the following line.
Here is my console when I revert back to zsh 5.6.2
And here it is again after switching brew back to 5.7.
The white tip of the custom element showing ~/.dotfiles is appearing on the next line.
I also tested if it was just custom elements by setting the last element on the first line of my prompt as the os_icon
Have you tried to debug or fix it?
Only by reverting to 5.6.2
Environment Information
Works on 5.6.2, breaks on 5.7
My framework is zplugin which I used to install P9k
My P9k plugin version is 2019-01-23 6 ccdfdf Merge pull request [Bugfix] Fix for #974 #981 from pgierz/os_release_fix
My terminal emulator is iTerm version 3.27
Issues with Fonts & Icons
Seems to happen multiple times if I include multiple newline elements.
You may delete this section if your issue is not font / icon related.
Which font do you use?
SauceCodePowerline-Regular 11
Which font configuration mode are you using? You can check this with (echo $POWERLEVEL9K_MODE).
echo $POWERLEVEL9K_MODE returns nothing but a plank line.
Please share the contents of $P9k/debug/font-issues.zsh.
===== Font debugging =====
You are using iTerm2 with Font SauceCodePowerline-Regular 11
Your font settings seem to be all right. If you still have issues,
it is more likely to be a font issue than a Powerlevel9k related one.
If this is an icon problem, does the output of $ get_icon_names look correct?
Describe Your Issue
Since updating from Zsh 5.6.2 to 5.7 (The latest available with homebrew on Mac) the newline element appears to push the > end onto the following line.
Here is my console when I revert back to zsh 5.6.2
And here it is again after switching brew back to 5.7.
The white tip of the custom element showing ~/.dotfiles is appearing on the next line.
I also tested if it was just custom elements by setting the last element on the first line of my prompt as the os_icon
Have you tried to debug or fix it?
Only by reverting to 5.6.2
Environment Information
Issues with Fonts & Icons
Seems to happen multiple times if I include multiple newline elements.
You may delete this section if your issue is not font / icon related.
SauceCodePowerline-Regular 11
echo $POWERLEVEL9K_MODE
).echo $POWERLEVEL9K_MODE returns nothing but a plank line.
$P9k/debug/font-issues.zsh
.$ get_icon_names
look correct?POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX: ╭─
POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX: ╰─
POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_PREFIX: ├─
POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR:
POWERLEVEL9K_LEFT_SUBSEGMENT_SEPARATOR:
using get_icon_names to view the above appear to be consistent across both 5.7 and 5.6.2
The text was updated successfully, but these errors were encountered: