Skip to content

Instantly share code, notes, and snippets.

@subframe7536
Last active June 4, 2025 03:12
Show Gist options
  • Select an option

  • Save subframe7536/05ba9dc99f811f344c8400f28c972e76 to your computer and use it in GitHub Desktop.

Select an option

Save subframe7536/05ba9dc99f811f344c8400f28c972e76 to your computer and use it in GitHub Desktop.
Starship.rs config
# 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