Change starship git symbols
This commit is contained in:
parent
991eb97f8f
commit
7eb31f56ba
1 changed files with 3 additions and 3 deletions
|
@ -284,13 +284,13 @@ ignore_submodules = true
|
||||||
#conflicted = "="
|
#conflicted = "="
|
||||||
ahead = ">"
|
ahead = ">"
|
||||||
behind = "<"
|
behind = "<"
|
||||||
diverged = "~"
|
diverged = "<>"
|
||||||
#untracked = "?"
|
#untracked = "?"
|
||||||
#stashed = "$"
|
#stashed = "$"
|
||||||
#modified = "!"
|
#modified = "!"
|
||||||
#staged = "+"
|
#staged = "+"
|
||||||
renamed = "#"
|
renamed = "r"
|
||||||
deleted = "X"
|
deleted = "x"
|
||||||
#style = "bold red"
|
#style = "bold red"
|
||||||
#disabled = false
|
#disabled = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue