Space out git status in starship prompt

This commit is contained in:
Trysdyn Black 2024-10-08 17:31:26 -07:00
parent 899c550345
commit 566093fc9d

View file

@ -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 = ""