From f8c374418d0228cadb6d16233bfaac26c7c2987b Mon Sep 17 00:00:00 2001 From: Kulvir Singh Date: Mon, 3 Jun 2024 16:21:06 +0530 Subject: [PATCH] startship --- starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship.toml b/starship.toml index 7338e84..c3b9963 100644 --- a/starship.toml +++ b/starship.toml @@ -39,7 +39,7 @@ style = "bold blue" [git_branch] -format='[ $symbol$branch (: $remote_branch )]($style)' +format='[ $symbol$branch :\($remote_branch\) ]($style)' style='bold purple' symbol=" " always_show_remote = true