mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-18 22:12:32 +01:00
wip: some more churn on dynamic stuff
This commit is contained in:
parent
d9c587a8d7
commit
0e95c532ea
2 changed files with 125 additions and 86 deletions
14
dynamic.txt
14
dynamic.txt
|
|
@ -70,6 +70,20 @@ function p10k-on-pre-prompt() {
|
|||
fi
|
||||
}
|
||||
|
||||
${_p9k__'$_p9k_line_index'r-'$right'}
|
||||
|
||||
function p10k-on-post-prompt() {
|
||||
p10k display line1=hide right=hide segment:time=show
|
||||
}
|
||||
|
||||
TODO: support -1/left
|
||||
TODO: hiding gap kills right prompt; this is bad; implement it like ruler, with 3 values in _p9k_t?
|
||||
TODO: add 1/right/frame
|
||||
|
||||
empty_line
|
||||
ruler
|
||||
1
|
||||
1/gap
|
||||
1/left
|
||||
1/right
|
||||
1/right/time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue