diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-02-16 17:56:17 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-02-16 17:56:17 +0300 |
commit | ac39345713c09f56723a8c2270815a5813d93ee0 (patch) | |
tree | 44442b5c4de3b5225216ba70bd4850735b61f9a0 /internal | |
parent | 1a9f317650cc67566bb362eb8f64901ab3bddd06 (diff) |
notes
Diffstat (limited to 'internal')
-rw-r--r-- | internal/notes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/notes.txt b/internal/notes.txt index de86abc6..f9e40d28 100644 --- a/internal/notes.txt +++ b/internal/notes.txt @@ -26,3 +26,5 @@ - add swiftenv - add faq: how to make directory shorter? mention POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER, POWERLEVEL9K_DIR_MAX_LENGTH and truncate_to_last. +- fix a bug in zsh: https://github.com/romkatv/powerlevel10k/issues/502. to reproduce: + emulate zsh -o prompt_percent -c 'print -P "%F{#ff0000}red%F{green}%B bold green"' |