Created
April 1, 2025 22:56
-
-
Save bastos/f5b8c4d4b3ad0b513f155eee61688087 to your computer and use it in GitHub Desktop.
starship confifuration based on Pure
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' | |
add_newline = false | |
format = """ | |
$username\ | |
$hostname\ | |
$directory\ | |
$git_branch\ | |
$cmd_duration\ | |
$line_break\ | |
$character""" | |
[git_branch] | |
format = "[$branch]($style) " | |
style = "bright-black" | |
[line_break] | |
disabled = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment