From b33036c1145216bf00e44c10bdbf86d82c00808f Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 17 Aug 2024 23:15:54 +0200 Subject: [PATCH] git functions --- amro.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amro.toml b/amro.toml index a4fff63..770efc3 100644 --- a/amro.toml +++ b/amro.toml @@ -65,7 +65,7 @@ foreground_templates = [ "{{ if gt .Ahead 0 }}p:terminal-yellow{{ end }}", "{{ if gt .Behind 0 }}p:celeste-blue{{ end }}" ] -template = ' {{ .HEAD }}{{ if or (.Working.Changed) (.Staging.Changed) }}*{{ end }} {{ if gt .Behind 0 }}⇣{{ end }}{{ if gt .Ahead 0 }}⇡{{ end }}' +template = ' {{ .HEAD }}{{ if or (.Working.Changed) (.Staging.Changed) }}*{{ end }} {{ if gt .Behind 0 }}⇣{{ end }}{{ if gt .Ahead 0 }}⇡{{ end }}' [blocks.segments.properties] fetch_status = true