diff --git a/config/oh-my-posh.omp.json b/config/oh-my-posh.omp.json index 1888b4a..8f2d33a 100644 --- a/config/oh-my-posh.omp.json +++ b/config/oh-my-posh.omp.json @@ -34,7 +34,7 @@ "type": "git", "style": "plain", "foreground": "lightGreen", - "template": "git({{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}  {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}  {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }}  {{ .StashCount }}{{ end }})", + "template": "{{ .UpstreamIcon }}({{if .Behind }}\u2193 {{ .Behind }} {{ end }}{{if .Staging.Changed }}\uF046 {{ .Staging.String }} {{ end }}{{ if and (.Staging.Changed) (.Working.Changed) }}| {{ end }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }})", "properties": { "fetch_status": true, "fetch_upstream_icon": true,