add starship.toml
* spaceship-inspired bash prompt thingy
This commit is contained in:
parent
394f304472
commit
25e686ec24
14
.config/starship.toml
Normal file
14
.config/starship.toml
Normal file
@ -0,0 +1,14 @@
|
||||
[character]
|
||||
success_symbol = "[➜](bold green)"
|
||||
error_symbol = "[✘](bold #ee4e4e)"
|
||||
|
||||
[git_status]
|
||||
ahead = "⇡${count}"
|
||||
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
|
||||
behind = "⇣${count}"
|
||||
|
||||
[python]
|
||||
disabled = false
|
||||
|
||||
[package]
|
||||
disabled = true
|
Loading…
Reference in New Issue
Block a user