Update config files
This commit is contained in:
parent
b2e1880598
commit
eca0ab046f
2 changed files with 11 additions and 6 deletions
|
@ -55,12 +55,17 @@ symbol = ""
|
|||
style = "bg:red fg:black"
|
||||
format = '[ $symbol $branch ]($style)'
|
||||
|
||||
|
||||
[git_commit]
|
||||
style = "bg:red fg:black"
|
||||
tag_disabled = false
|
||||
tag_symbol = " "
|
||||
format = '[\($hash$tag\) ]($style)'
|
||||
|
||||
[git_state]
|
||||
style = "bg:red fg:bold black"
|
||||
format = '[\($state $progress_current/$progress_total\) ]($style)'
|
||||
|
||||
[git_status]
|
||||
style = "bg:red fg:black"
|
||||
format = '[\[$all_status$ahead_behind\]]($style)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue