|
|
@ -9,5 +9,8 @@
|
|
|
|
- implement fake gitstatus api on top of vcs_info (or plain git?) + worker and use it if there is no
|
|
|
|
- implement fake gitstatus api on top of vcs_info (or plain git?) + worker and use it if there is no
|
|
|
|
gitstatus.
|
|
|
|
gitstatus.
|
|
|
|
- add _SHOW_SYSTEM to all *env segments.
|
|
|
|
- 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='...'
|
|
|
|
- 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.
|
|
|
|