mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
add a pointer to make it easier where the separator is
This commit is contained in:
parent
38a3ca7dc3
commit
2ce69f9554
1 changed files with 3 additions and 3 deletions
|
@ -428,9 +428,9 @@ function ask_separators() {
|
|||
local extra=
|
||||
clear
|
||||
centered "%BPrompt Separators%b"
|
||||
print -P ""
|
||||
print -P "%B(1) Angled.%b"
|
||||
print -P ""
|
||||
print -P " separator"
|
||||
print -P "%B(1) Angled.%b |"
|
||||
print -P " v"
|
||||
left_sep=$right_angle right_sep=$left_angle print_prompt
|
||||
print -P ""
|
||||
print -P "%B(2) Vertical.%b"
|
||||
|
|
Loading…
Reference in a new issue