feat: change some misc stuff and trim filetree

This commit is contained in:
Zhongheng Liu 2024-12-08 13:54:37 +02:00
commit 2262b4c1ff
Signed by: steven
GPG key ID: 805A28B071DAD84B
8 changed files with 13 additions and 26 deletions

View file

@ -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]