Files
dotfiles/starship/.config/starship.toml
2024-08-23 19:06:49 -04:00

20 lines
337 B
TOML

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