From 566093fc9d12007ebf671d0e1f7f84a1a05a94b0 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Tue, 8 Oct 2024 17:31:26 -0700 Subject: [PATCH] Space out git status in starship prompt --- .config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index 350583c..936e2eb 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -80,7 +80,7 @@ truncation_length = 3 truncation_symbol = "…/" [git_branch] -format = "[](fg:prev_bg bg:yellow)[ $symbol$branch(:$remote_branch) ]($style)" +format = "[](fg:prev_bg bg:yellow)[ $symbol $branch(:$remote_branch) ]($style)" style = "bg:yellow fg:black" symbol = ""