From 156971a7fed948029e94043427265c7ee1507803 Mon Sep 17 00:00:00 2001 From: Kulvir Singh Date: Sun, 28 Apr 2024 19:21:31 +0530 Subject: [PATCH] idk man --- .config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index 8eeb7e5..1e4c682 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -34,7 +34,7 @@ disabled = true truncation_length = 2 [git_branch] -format='[ $symbol$branch(: $remote_branch )]($style)' +format='[ $symbol$branch (: $remote_branch )]($style)' style='bold purple' symbol=" " always_show_remote = true