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]