diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-05-18 07:44:28 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-05-18 07:44:28 +0300 |
commit | fdac99c57cb1c1ea27319f7e405b73af5c3a3c82 (patch) | |
tree | 41fbbf848f044d1e2f46fdce735d18a7fd1b3849 /internal | |
parent | 48c6ff4701eaf1a3c3570b01c09c30e6ed912a56 (diff) |
notes
Diffstat (limited to 'internal')
-rw-r--r-- | internal/notes.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/internal/notes.md b/internal/notes.md index fbbaa5e9..3ef3a828 100644 --- a/internal/notes.md +++ b/internal/notes.md @@ -225,3 +225,12 @@ user=0.17s system=0.00s cpu=99% total=0.175 --- Add the equivalent of `P9K_PYTHON_VERSION` to all `*env` segments where it makes sense. + +--- + +Define `P9K_ICON` on initialization. Fill it with `$icon`. Duplicate every key that ends in `_ICON`. +Respect `POWERLEVEL9K_VCS_STASH_ICON` overrides but not anything with segment name or state. + +Define `POWERLEVEL9K_VCS_*` parameters in config templates for all symbols used in +`my_git_formatter`. Add missing entries to `icons`. Use `$P9K_ICON[...]` within `my_git_formatter`. +Add a screen to the wizard to choose between clear and circled icons. |