Skip to content

Instantly share code, notes, and snippets.

@altercation
Created April 27, 2022 22:48
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 altercation/b11cee7cccd170502117a4c1669f8118 to your computer and use it in GitHub Desktop.
Save altercation/b11cee7cccd170502117a4c1669f8118 to your computer and use it in GitHub Desktop.
Starship Prompt TOML config
[username]
style_user = "yellow"
style_root = "red bold"
format = "[$user]($style)"
disabled = false
show_always = true
[hostname]
ssh_only = false
format = "[@](white)[$hostname](bold blue)"
trim_at = "."
disabled = false
[directory]
style = "cyan"
format = "[ $path ]($style)"
truncation_length = 10
truncation_symbol = "…/"
read_only = " "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment