dotfiles/.config/starship.toml
surtur 25e686ec24
add starship.toml
* spaceship-inspired bash prompt thingy
2021-11-10 02:16:26 +01:00

15 lines
251 B
INI

[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