1
0
Fork 0
vdotfiles/dot_config/starship.toml
2025-01-02 17:33:13 +02:00

22 lines
357 B
TOML

format = '[\[](bright-black) $all[\]](bright-black)$character'
add_newline = false
[git_status]
conflicted = '*'
ahead = '↑'
behind = '↓'
diverged = '?'
up_to_date = ''
untracked = '!'
stashed = '$'
modified = '~'
staged = '+'
renamed = '→'
deleted = '×'
typechanged = ''
[character]
format = "\n[❯](bright-black) "
[line_break]
disabled = true