From bfa91b89177bac6e29cc8c81bd7dfe337cddfe44 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 18 Aug 2025 16:58:35 +0200 Subject: [PATCH] Use italic instead of bold for git branch --- config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/starship.toml b/config/starship.toml index d022372d..0fed354a 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -14,4 +14,4 @@ repo_root_format = "[$repo_root]($repo_root_style)[$path]($style)[$read_only]($r [git_branch] format = "[$branch]($style) " -style = "bold" +style = "italic"