19 lines
304 B
TOML
19 lines
304 B
TOML
add_newline = false
|
|
|
|
# format = """
|
|
# [==> ](red)$directory$git_branch$character
|
|
# """
|
|
format = """
|
|
$directory$git_branch
|
|
;
|
|
"""
|
|
|
|
[directory]
|
|
style = "#008080"
|
|
|
|
[git_status]
|
|
ahead = '⇡${count}'
|
|
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
|
|
behind = '⇣${count}'
|
|
staged = '[++\($count\)](green)'
|