dotfiles/starship/.config/starship.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
254 B
TOML
Raw Normal View History

2021-02-04 10:01:00 +01:00
add_newline = false
[character]
success_symbol = "[λ](bold cyan)"
error_symbol = "✗"
[battery]
full_symbol = "🔋"
charging_symbol = "⚡️"
discharging_symbol = "💀"
[[battery.display]]
threshold = 12
style = "bold red"
2021-03-06 05:43:45 +01:00
[aws]
disabled = true