Files
dotfiles/starship/.config/starship.toml
2024-08-20 16:04:14 -04:00

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)'