From 662837ac5d8dea338bf80e3b56475c581fa268bc Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sun, 20 Jul 2025 01:01:31 +0200 Subject: [PATCH] update starship --- starship.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/starship.toml b/starship.toml index d6b81e1..1345bb4 100644 --- a/starship.toml +++ b/starship.toml @@ -71,7 +71,8 @@ disabled = false [git_branch] symbol = "" style = "fg:black bg:cyan bold" -format = '[ ](fg:cyan bg:black)[ $symbol $branch ]($style)' +format = '[ ](fg:cyan bg:black)[ $symbol $branch(:$remote_branch)]($style)' +truncation_symbol = '…' [git_commit] format = '[ \($hash$tag\)]($style)' -- 2.51.2