Skip to content

Instantly share code, notes, and snippets.

@LoganGray
Created February 13, 2023 19:50
Show Gist options
  • Save LoganGray/d2c699a6285b3c72c0cd332b232d3d7c to your computer and use it in GitHub Desktop.
Save LoganGray/d2c699a6285b3c72c0cd332b232d3d7c to your computer and use it in GitHub Desktop.
starship.toml - config file to be placed inside user directory for starship.rs (~/.config/starship.toml ) - adds user on hostname
[username]
style_user = 'white bold'
style_root = 'black bold'
format = 'u: [$user]($style) '
disabled = false
show_always = true
[hostname]
ssh_only = false
format = '[$ssh_symbol](bold blue) on [$hostname](bold red) '
trim_at = '.companyname.com'
disabled = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment