starship alternative
This commit is contained in:
parent
cdf55b64dc
commit
bc59ba0cdf
2 changed files with 44 additions and 31 deletions
10
private_dot_config/starship.toml
Normal file
10
private_dot_config/starship.toml
Normal 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)'
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue