Created
January 20, 2022 23:05
-
-
Save felangel/1d56e2dba72df76ad52fbc22fa9ca84c to your computer and use it in GitHub Desktop.
Starship Config ππ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
format = "$all" | |
add_newline = true | |
[character] | |
success_symbol="[\\$](bold bright-red)" | |
error_symbol = "[β](bold bright-red)" | |
[battery] | |
full_symbol = "π" | |
charging_symbol = "π" | |
discharging_symbol = "β‘" | |
[[battery.display]] | |
threshold = 25 | |
style = "bold bright-red" | |
[gcloud] | |
disabled = true | |
[cmd_duration] | |
disabled = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment