diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-02-19 22:55:05 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-02-19 22:55:05 +0300 |
commit | 8a845210b59b4a4a9c581277872c1d832fc90803 (patch) | |
tree | 7cbed12fe5e59d9769c06bb1da99e1f8004426c7 | |
parent | 060103f63f20bbb8218a4203cc0865885ffc1ed8 (diff) |
notes
-rw-r--r-- | internal/notes.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/notes.txt b/internal/notes.txt index cbe5485b..9cc3a54d 100644 --- a/internal/notes.txt +++ b/internal/notes.txt @@ -29,3 +29,4 @@ - 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"' - bug: open a new tab and hit ctrl-p. an empty line will appear before prompt. +- zsh-syntax-highlighting added two precommands: chronic and ifne. |