Created
January 2, 2026 20:17
-
-
Save anthfgreco/0f116edb933a01311b66cd5979e62dd1 to your computer and use it in GitHub Desktop.
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
| "$schema" = 'https://starship.rs/config-schema.json' | |
| [character] | |
| success_symbol = '[>](green)' | |
| error_symbol = '[>](red)' | |
| [battery] | |
| full_symbol = "• " | |
| charging_symbol = "⇡ " | |
| discharging_symbol = "⇣ " | |
| unknown_symbol = "? " | |
| empty_symbol = "! " | |
| [nodejs] | |
| disabled=true | |
| [aws] | |
| disabled=true | |
| [git_branch] | |
| symbol = "" | |
| [cmd_duration] | |
| disabled=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment