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 = "="
|
||||
ahead = ">"
|
||||
behind = "<"
|
||||
diverged = "~"
|
||||
diverged = "<>"
|
||||
#untracked = "?"
|
||||
#stashed = "$"
|
||||
#modified = "!"
|
||||
#staged = "+"
|
||||
renamed = "#"
|
||||
deleted = "X"
|
||||
renamed = "r"
|
||||
deleted = "x"
|
||||
#style = "bold red"
|
||||
#disabled = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue