diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-02-11 15:26:05 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-02-11 15:26:05 +0300 |
commit | 1cab51ae9f2be7d4f490a043ca1053ca19eeff92 (patch) | |
tree | 3303fbf47882c0ba5100edead777be90e3c5980b /internal/notes.txt | |
parent | aef4ad39f2177e70deec630e89c799a57a8ace3d (diff) |
notes
Diffstat (limited to 'internal/notes.txt')
-rw-r--r-- | internal/notes.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/internal/notes.txt b/internal/notes.txt index 716a9cd3..c09bd3c6 100644 --- a/internal/notes.txt +++ b/internal/notes.txt @@ -9,5 +9,8 @@ - implement fake gitstatus api on top of vcs_info (or plain git?) + worker and use it if there is no gitstatus. - add _SHOW_SYSTEM to all *env segments. -- add POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN='~' to config templates - support states in SHOW_ON_COMMAND: POWERLEVEL9K_SEGMENT_STATE_SHOW_ON_COMMAND='...' +- add generic POWERLEVEL9K_SEGMENT_STATE_UPGLOB. if POWERLEVEL9K_SEGMENT_UPGLOB is defined but + no POWERLEVEL9K_SEGMENT_*_UPGLOB are, upglob can be checked from _p9k_set_prompt. otherwise it + has to be checked from `p10k segment` (or its internal equivalent). how to make it work with + static segments that have multiple states? for example, prompt_char. |