From 999be2ad97923ac41e11ff6fbe716a9ab987191f Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 29 Dec 2023 21:04:30 +0100 Subject: fix(hm/conf/starship): Remove the on in the git branch module --- hm/soispha/conf/starship/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hm/soispha/conf/starship') diff --git a/hm/soispha/conf/starship/default.nix b/hm/soispha/conf/starship/default.nix index d7a5ceee..30c63127 100644 --- a/hm/soispha/conf/starship/default.nix +++ b/hm/soispha/conf/starship/default.nix @@ -47,6 +47,9 @@ username = { format = "as [$user]($style) "; }; + git_branch = { + format = "[($symbol$branch(:$remote_branch) )]($style)"; + }; git_status = { disabled = true; format = "([\\[$ahead_behind\\]]($style) )"; -- cgit 1.4.1