Skip to content

Instantly share code, notes, and snippets.

@craigderington
Created April 23, 2021 00:24
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 craigderington/61e912484e4c32598cdc200fc3f247fb to your computer and use it in GitHub Desktop.
Save craigderington/61e912484e4c32598cdc200fc3f247fb to your computer and use it in GitHub Desktop.
# ~/.config/starship.toml
add_newline = false
[line_break]
disabled = true
[username]
format = "[$user]($style)"
style_user = "bold bright blue"
show_always = true
disabled = false
[character]
success_symbol = "[❯❯](bold green)"
error_symbol = "[❯❯](bold red)"
[hostname]
ssh_only = false
format = "@[$hostname:](bold blue)"
[package]
disabled = true
[git]
disabled = true
[aws]
disabled = true
[directory]
format = "[$path]($style)[$read_only]($read_only_style) "
truncation_length = 3
truncate_to_repo = false
truncation_symbol = "~"
[python]
format = "[$symbol$version]($style) "
style = "bold green"
[rust]
format = "[$symbol$version]($style) "
style = "bold green"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment