Compare commits

...

1 Commits

Author SHA1 Message Date
b563ba5cd0 starship: git branch truncation 2023-03-04 22:10:36 +02:00

View File

@@ -13,8 +13,8 @@ disabled = true
[git_branch] [git_branch]
symbol = '🌱 ' symbol = '🌱 '
truncation_length = 4 truncation_length = 20
truncation_symbol = '' truncation_symbol = ''
ignore_branches = ['master', 'main'] ignore_branches = ['master', 'main']
[git_status] [git_status]