Tmux: Truncate git branch names and hide clean check

This commit is contained in:
Tony Grosinger 2024-05-31 11:32:10 -07:00
parent fba777fa03
commit 95ef074764

View File

@ -3,3 +3,8 @@ tmux:
layout: [branch, divergence, " - ", flags]
styles:
branch: '#[fg=cyan,bold]'
options:
branch_max_len: 25
branch_trim: right
ellipsis: …
hide_clean: true