Powerlevel9k / powerlevel9k

Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
https://github.com/romkatv/powerlevel10k
MIT License
13.46k stars 949 forks source link

[Bugfix] Fix decomposing utf8 #1341

Closed dritter closed 4 years ago

dritter commented 4 years ago

This was originally discovered by @ZeGentzy in #1338 .

Here we now decompose UTF-8 chars that might be set by the user.

@ZeGentzy could you confirm this works for you?

goddessfreya commented 4 years ago

It does not.

    P9K_MULTILINE_LAST_PROMPT_PREFIX_ICON="%K{004}%F{000} %D{\uF017 \uF073  %H:%M  %d.%m.%y} %f%k%F{004} %f"
    P9K_TIME_FORMAT="%D{\uF017 \uF073  %H:%M  %d.%m.%y}"

dritter commented 4 years ago

Ha! Could you try again? I forgot to expand user icons..

romkatv commented 4 years ago

These are very important fixes 👍