diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-04-06 11:53:36 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-04-06 11:53:36 +0300 |
commit | 5986b35032b1317d038a895800bfa8a5b1f5dbdb (patch) | |
tree | db0ca8d05fe36caec6877c3f808f1bbae4f68d62 /internal | |
parent | 5777e72d1470e41b1414cd25c0e3edce72de18f9 (diff) |
notes
Diffstat (limited to 'internal')
-rw-r--r-- | internal/notes.md | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/internal/notes.md b/internal/notes.md index 76b24d58..67cb6853 100644 --- a/internal/notes.md +++ b/internal/notes.md @@ -73,7 +73,28 @@ https://github.com/starship/starship/pull/996. --- 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 `POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR` followed by `POWERLEVEL9K_LEFT_SEGMENT_MIRROR_SEPARATOR`. |