Created
February 13, 2023 19:50
-
-
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
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
[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