mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
clarify what "ornaments" refers to; see #329
This commit is contained in:
parent
1be144aed3
commit
0f2573e8ba
1 changed files with 4 additions and 1 deletions
|
@ -641,9 +641,12 @@ function ask_ornaments_color() {
|
|||
else
|
||||
local nl=$'\n'
|
||||
fi
|
||||
local ornaments=()
|
||||
[[ $gap_char != ' ' ]] && ornaments+=Connection
|
||||
(( left_frame || right_frame )) && ornaments+=Frame
|
||||
while true; do
|
||||
clear
|
||||
flowing -c "%BOrnaments Color%b"
|
||||
flowing -c "%B${(j: & :)ornaments} Color%b"
|
||||
print -n $nl
|
||||
print -P "%B(1) Lightest.%b"
|
||||
print -n $nl
|
||||
|
|
Loading…
Reference in a new issue