From b563ba5cd0f6e20a3d41d5a6834678d3cc1295b9 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 4 Mar 2023 22:10:36 +0200 Subject: [PATCH] starship: git branch truncation --- config/starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/starship.toml b/config/starship.toml index 3e52e47..a9ebc24 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -13,8 +13,8 @@ disabled = true [git_branch] symbol = '🌱 ' -truncation_length = 4 -truncation_symbol = '' +truncation_length = 20 +truncation_symbol = '…' ignore_branches = ['master', 'main'] [git_status]