mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-04 00:40:07 +00:00
cleanup
This commit is contained in:
parent
93d074a82b
commit
a3f7dabcae
1 changed files with 5 additions and 5 deletions
|
@ -1318,16 +1318,16 @@ function ask_heads() {
|
||||||
right_head=
|
right_head=
|
||||||
options+='flat heads'
|
options+='flat heads'
|
||||||
;;
|
;;
|
||||||
3)
|
|
||||||
left_head=$right_triangle
|
|
||||||
right_head=$left_triangle
|
|
||||||
options+='sharp heads'
|
|
||||||
;;
|
|
||||||
2)
|
2)
|
||||||
left_head=$fade_out
|
left_head=$fade_out
|
||||||
right_head=$fade_in
|
right_head=$fade_in
|
||||||
options+='blurred heads'
|
options+='blurred heads'
|
||||||
;;
|
;;
|
||||||
|
3)
|
||||||
|
left_head=$right_triangle
|
||||||
|
right_head=$left_triangle
|
||||||
|
options+='sharp heads'
|
||||||
|
;;
|
||||||
4)
|
4)
|
||||||
left_head=$down_triangle
|
left_head=$down_triangle
|
||||||
right_head=$up_triangle
|
right_head=$up_triangle
|
||||||
|
|
Loading…
Reference in a new issue