mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
starship alternative
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Inserts a blank line between shell prompts
|
||||
add_newline = false
|
||||
|
||||
[git_status]
|
||||
ahead = "⇡${count}"
|
||||
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
|
||||
behind = "⇣${count}"
|
||||
staged = '[+${count}](green)'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user