From f32ff8c262dd48290eb18d9b6669245bf0182c47 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 21 Jun 2024 14:48:43 -0400 Subject: [PATCH] 761 current 2024-06-21 14:48:41 24.11.20240621.1c0bec2 6.9.5-zen1 * --- modules/home/apps/tools/starship/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/apps/tools/starship/default.nix b/modules/home/apps/tools/starship/default.nix index d8c861c..2920be6 100644 --- a/modules/home/apps/tools/starship/default.nix +++ b/modules/home/apps/tools/starship/default.nix @@ -40,7 +40,7 @@ in { read_only_style = "fg:black bg:red"; }; git_commit = {commit_hash_length = 7;}; - git_branch = {format = ":[$symbol$branch]($style) ";}; + git_branch = {format = "[$symbol$branch]($style) ";}; git_status = { conflicted = "[<](white)=[$count](bright-white bold)[>](white)"; ahead = "[<](white)⇡[$count](bright-white bold)[>](white)";