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 948 forks source link

POWERLEVEL9K_DIR_PATH_HIGHLIGHT_BOLD=true breaks prompt formatting in zsh 5.2 #1301

Open romkatv opened 5 years ago

romkatv commented 5 years ago

This is on master.

  1. Install zsh 5.2.
  2. Set POWERLEVEL9K_DIR_PATH_HIGHLIGHT_BOLD=true and source p9k. Don't set any other p9k options.
  3. cd into powerlevel9k.

Expected:

expected

Actual:

actual

Syphdias commented 5 years ago

Same as #1302