add starship.toml

* spaceship-inspired bash prompt thingy
This commit is contained in:
surtur 2021-11-10 02:16:26 +01:00
parent 394f304472
commit 25e686ec24
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

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