From: Andre Ramnitz Date: Sat, 19 Jul 2025 23:01:31 +0000 (+0200) Subject: update starship X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=662837ac5d8dea338bf80e3b56475c581fa268bc;p=kakoune-config.git update starship --- 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)'