addet git functions
This commit is contained in:
parent
a542be408c
commit
ee5b32fcad
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ foreground_templates = [
|
|||
"{{ if gt .Ahead 0 }}p:terminal-yellow{{ end }}",
|
||||
"{{ if gt .Behind 0 }}p:celeste-blue{{ end }}"
|
||||
]
|
||||
template = "({{ .HEAD}})"
|
||||
template = ' {{ .HEAD }}{{ if or (.Working.Changed) (.Staging.Changed) }}*{{ end }} <cyan>{{ if gt .Behind 0 }}⇣{{ end }}{{ if gt .Ahead 0 }}⇡{{ end }}</>'
|
||||
|
||||
[blocks.segments.properties]
|
||||
fetch_status = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue