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)";