mirror of https://github.com/akelge/zsh
Fix git up/down arrows
This commit is contained in:
parent
eba3c19aab
commit
3beca17833
|
@ -37,8 +37,8 @@ blocks:
|
||||||
style: plain
|
style: plain
|
||||||
foreground: darkGray
|
foreground: darkGray
|
||||||
properties:
|
properties:
|
||||||
branch_ahead_icon: <#88C0D0>⇧</>
|
branch_ahead_icon: <#88C0D0>⇧ </>
|
||||||
branch_behind_icon: <#88C0D0>⇩</>
|
branch_behind_icon: <#88C0D0>⇩ </>
|
||||||
branch_icon: "\uE0A0"
|
branch_icon: "\uE0A0"
|
||||||
display_status: true
|
display_status: true
|
||||||
fetch_status: true
|
fetch_status: true
|
||||||
|
@ -53,7 +53,7 @@ blocks:
|
||||||
postfix: ""
|
postfix: ""
|
||||||
prefix: "\uF017 "
|
prefix: "\uF017 "
|
||||||
style: austin
|
style: austin
|
||||||
threshold: 30000
|
threshold: 3000
|
||||||
|
|
||||||
- type: prompt
|
- type: prompt
|
||||||
alignment: right
|
alignment: right
|
||||||
|
|
Loading…
Reference in New Issue