mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
fix option names in the color selection screen; fixes #432
This commit is contained in:
parent
0f9cee9dc2
commit
e4349e0c9b
1 changed files with 3 additions and 3 deletions
|
@ -700,15 +700,15 @@ function ask_color() {
|
|||
print -n $nl
|
||||
color=1 print_prompt
|
||||
print -P ""
|
||||
print -P "%B(1) $color_name[2].%b"
|
||||
print -P "%B(2) $color_name[2].%b"
|
||||
print -n $nl
|
||||
color=2 print_prompt
|
||||
print -P ""
|
||||
print -P "%B(1) $color_name[3].%b"
|
||||
print -P "%B(3) $color_name[3].%b"
|
||||
print -n $nl
|
||||
color=3 print_prompt
|
||||
print -P ""
|
||||
print -P "%B(1) $color_name[4].%b"
|
||||
print -P "%B(4) $color_name[4].%b"
|
||||
print -n $nl
|
||||
color=4 print_prompt
|
||||
print -P ""
|
||||
|
|
Loading…
Reference in a new issue