starship alternative

This commit is contained in:
Yax 2021-04-17 19:05:21 +02:00
parent cdf55b64dc
commit bc59ba0cdf
2 changed files with 44 additions and 31 deletions

View file

@ -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)'