Skip to content

Instantly share code, notes, and snippets.

@felangel
Created January 20, 2022 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felangel/1d56e2dba72df76ad52fbc22fa9ca84c to your computer and use it in GitHub Desktop.
Save felangel/1d56e2dba72df76ad52fbc22fa9ca84c to your computer and use it in GitHub Desktop.
Starship Config πŸš€πŸŒŸ
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