feat: change some misc stuff and trim filetree
This commit is contained in:
parent
fbbe078673
commit
2262b4c1ff
8 changed files with 13 additions and 26 deletions
|
@ -31,12 +31,12 @@ style = "bright-black"
|
|||
[git_status]
|
||||
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)"
|
||||
style = "cyan"
|
||||
conflicted = ""
|
||||
untracked = ""
|
||||
modified = ""
|
||||
staged = ""
|
||||
renamed = ""
|
||||
deleted = ""
|
||||
conflicted = "!"
|
||||
untracked = "U"
|
||||
modified = "*"
|
||||
staged = "+"
|
||||
renamed = "R"
|
||||
deleted = "-"
|
||||
stashed = "≡"
|
||||
|
||||
[git_state]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue