Created
June 18, 2024 06:20
-
-
Save jsiebens/b30a60d020fe730987076bbb99b6e6cd to your computer and use it in GitHub Desktop.
starship.toml
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
format = """ | |
$hostname\ | |
$golang\ | |
$git_branch\ | |
$directory\ | |
$cmd_duration\ | |
$character""" | |
[hostname] | |
ssh_only = true | |
disabled = false | |
[username] | |
format = '[$user]($style) ' | |
show_always = true | |
[cmd_duration] | |
format = "[$duration]($style) " | |
style = "yellow" | |
[directory] | |
truncation_symbol = '../' | |
[golang] | |
format = '[$symbol($version )]($style)' | |
style = 'blue' | |
[git_branch] | |
format = '[$symbol$branch(:$remote_branch)]($style) ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment