mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-26 05:50: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=
|
local extra=
|
||||||
clear
|
clear
|
||||||
centered "%BPrompt Separators%b"
|
centered "%BPrompt Separators%b"
|
||||||
print -P ""
|
print -P " separator"
|
||||||
print -P "%B(1) Angled.%b"
|
print -P "%B(1) Angled.%b |"
|
||||||
print -P ""
|
print -P " v"
|
||||||
left_sep=$right_angle right_sep=$left_angle print_prompt
|
left_sep=$right_angle right_sep=$left_angle print_prompt
|
||||||
print -P ""
|
print -P ""
|
||||||
print -P "%B(2) Vertical.%b"
|
print -P "%B(2) Vertical.%b"
|
||||||
|
|
Loading…
Reference in a new issue