mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-21 11:50:07 +00:00
fix heads in the wizard (#2605)
fixed on the phone, hence the dumb diff
This commit is contained in:
parent
0fdca5b1e6
commit
6836bfe2da
1 changed files with 2 additions and 2 deletions
|
@ -1318,12 +1318,12 @@ function ask_heads() {
|
|||
right_head=
|
||||
options+='flat heads'
|
||||
;;
|
||||
2)
|
||||
3)
|
||||
left_head=$right_triangle
|
||||
right_head=$left_triangle
|
||||
options+='sharp heads'
|
||||
;;
|
||||
3)
|
||||
2)
|
||||
left_head=$fade_out
|
||||
right_head=$fade_in
|
||||
options+='blurred heads'
|
||||
|
|
Loading…
Reference in a new issue