Last active
June 4, 2025 03:12
-
-
Save subframe7536/05ba9dc99f811f344c8400f28c972e76 to your computer and use it in GitHub Desktop.
Starship.rs 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
| # Get editor completions based on the config schema | |
| "$schema" = 'https://starship.rs/config-schema.json' | |
| # Inserts a blank line between shell prompts | |
| add_newline = true | |
| [character] | |
| success_symbol = '[>](bold green)' | |
| error_symbol = '[✗](bold red)' | |
| [directory] | |
| use_os_path_sep = false | |
| truncation_symbol = " " | |
| [git_branch] | |
| style = "bold blue" | |
| [username] | |
| show_always = true | |
| style_user = 'bold italic yellow' | |
| style_root = 'bold italic red' | |
| [nodejs] | |
| symbol = ' ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment