ui/pages/repo/repo.go 🔗
@@ -313,7 +313,7 @@ func (r *Repo) updateStatusBarCmd() tea.Msg {
Key: r.selectedRepo.Repo(),
Value: value,
Info: info,
- Branch: fmt.Sprintf(" %s", ref),
+ Branch: fmt.Sprintf("* %s", ref),
}
}
Ayman Bagabas created
ui/pages/repo/repo.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -313,7 +313,7 @@ func (r *Repo) updateStatusBarCmd() tea.Msg {
Key: r.selectedRepo.Repo(),
Value: value,
Info: info,
- Branch: fmt.Sprintf(" %s", ref),
+ Branch: fmt.Sprintf("* %s", ref),
}
}