From 7b93bace81dbd226676aaf85f95e78dc6e700760 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 18 Aug 2025 17:16:18 +0200 Subject: [PATCH] Consistent color before the > --- config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/starship.toml b/config/starship.toml index 22502d01..2bce2fb1 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -14,7 +14,7 @@ repo_root_format = "[$repo_root]($repo_root_style)[$path]($style)[$read_only]($r [git_branch] format = "[$branch]($style) " -style = "italic" +style = "italic cyan" [git_status] format = '[$all_status]($style)'