This commit is contained in:
2024-06-19 09:16:46 -04:00
parent 29734ef75f
commit 815fb66b45
26 changed files with 516 additions and 44 deletions

View File

@@ -0,0 +1,17 @@
add_newline = false
format = """
[==> ](red)$directory$git_branch$character
"""
[directory]
style = "#008080"
[git_branch]
format = "[git:(([\\($branch\\)](red)))](#6DACFA)"
[git_status]
ahead = '⇡${count}'
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
behind = '⇣${count}'
staged = '[++\($count\)](green)'