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
|
||||
foreground: darkGray
|
||||
properties:
|
||||
branch_ahead_icon: <#88C0D0>⇧</>
|
||||
branch_behind_icon: <#88C0D0>⇩</>
|
||||
branch_ahead_icon: <#88C0D0>⇧ </>
|
||||
branch_behind_icon: <#88C0D0>⇩ </>
|
||||
branch_icon: "\uE0A0"
|
||||
display_status: true
|
||||
fetch_status: true
|
||||
|
@ -53,7 +53,7 @@ blocks:
|
|||
postfix: ""
|
||||
prefix: "\uF017 "
|
||||
style: austin
|
||||
threshold: 30000
|
||||
threshold: 3000
|
||||
|
||||
- type: prompt
|
||||
alignment: right
|
||||
|
|
Loading…
Reference in New Issue