update
This commit is contained in:
parent
4d862429c5
commit
986de94ed7
4 changed files with 16 additions and 12 deletions
|
|
@ -2,10 +2,18 @@
|
|||
add_newline = false
|
||||
|
||||
[git_status]
|
||||
ahead = "⇡${count}"
|
||||
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
|
||||
behind = "⇣${count}"
|
||||
staged = '[+${count}](green)'
|
||||
conflicted = "⚔️ "
|
||||
ahead = "🏎️ 💨 ×${count}"
|
||||
behind = "🐢 ×${count}"
|
||||
diverged = "🔱 🏎️ 💨 ×${ahead_count} 🐢 ×${behind_count}"
|
||||
untracked = "🛤️ ×${count}"
|
||||
stashed = "📦 "
|
||||
modified = "📝 ×${count}"
|
||||
staged = "🗃️ ×${count}"
|
||||
renamed = "📛 ×${count}"
|
||||
deleted = "🗑️ ×${count}"
|
||||
style = "bright-white"
|
||||
format = "$all_status$ahead_behind"
|
||||
|
||||
[directory]
|
||||
truncation_length = 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue