From 5cbbfccd4e4d885b19b7c7ac92dbc6234a7a62a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=BF=20corey=20=28they/them=29?= Date: Wed, 11 Feb 2026 10:23:29 -0800 Subject: [PATCH] Truncate long git branches --- home/programs/starship.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/programs/starship.nix b/home/programs/starship.nix index df06b58c..d4093aaa 100644 --- a/home/programs/starship.nix +++ b/home/programs/starship.nix @@ -103,6 +103,7 @@ symbol = ""; style = "bg:color_aqua"; format = "[[ $symbol $branch](fg:color_fg0 bg:color_aqua)]($style)"; + truncation_length = 32; }; git_status = { style = "bg:color_aqua";