This commit is contained in:
2025-08-10 11:21:47 -04:00
parent 6c1bf4abc1
commit 5beb77054d
4 changed files with 11 additions and 41 deletions

View File

@@ -1,20 +1,3 @@
add_newline = false
# format = """
# [==> ](red)$directory$git_branch$character
# """
format = """
$directory$git_branch$git_status
;
"""
# format = ""
[directory]
truncation_length = 2
style = "#008080"
[git_status]
ahead = '⇡${count}'
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
behind = '⇣${count}'
staged = '[++\($count\)](green)'
format = "$git_status$directory"