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