Skip to content

Instantly share code, notes, and snippets.

@jsiebens
Created June 18, 2024 06:20
Show Gist options
  • Save jsiebens/b30a60d020fe730987076bbb99b6e6cd to your computer and use it in GitHub Desktop.
Save jsiebens/b30a60d020fe730987076bbb99b6e6cd to your computer and use it in GitHub Desktop.
starship.toml
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