mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-25 05:30:06 +00:00
notes
This commit is contained in:
parent
5777e72d14
commit
5986b35032
1 changed files with 22 additions and 1 deletions
|
@ -73,7 +73,28 @@ https://github.com/starship/starship/pull/996.
|
||||||
---
|
---
|
||||||
support `env` precommand in parser.zsh.
|
support `env` precommand in parser.zsh.
|
||||||
---
|
---
|
||||||
add ruler to configuration wizard
|
Add ruler to configuration wizard. Options: `─`, `·`, `╌`, `┄`, `▁`, `═`.
|
||||||
|
---
|
||||||
|
Add frame styles to the wizard.
|
||||||
|
|
||||||
|
```text
|
||||||
|
╭─
|
||||||
|
╰─
|
||||||
|
|
||||||
|
┌─
|
||||||
|
└─
|
||||||
|
|
||||||
|
┏━
|
||||||
|
┗━
|
||||||
|
|
||||||
|
╔═
|
||||||
|
╚═
|
||||||
|
|
||||||
|
▛▀
|
||||||
|
▙▄
|
||||||
|
```
|
||||||
|
|
||||||
|
Prompt connection should have matching options.
|
||||||
---
|
---
|
||||||
Add `POWERLEVEL9K_{LEFT,RIGHT}_SEGMENT_MIRROR_SEPARATOR`. If set, left segments get separated with
|
Add `POWERLEVEL9K_{LEFT,RIGHT}_SEGMENT_MIRROR_SEPARATOR`. If set, left segments get separated with
|
||||||
`POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR` followed by `POWERLEVEL9K_LEFT_SEGMENT_MIRROR_SEPARATOR`.
|
`POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR` followed by `POWERLEVEL9K_LEFT_SEGMENT_MIRROR_SEPARATOR`.
|
||||||
|
|
Loading…
Reference in a new issue