mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-18 10:54:41 +00:00
starship: git branch truncation
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user