mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-25 05:30:06 +00:00
notes
This commit is contained in:
parent
aef4ad39f2
commit
1cab51ae9f
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue