Skip to content

Instantly share code, notes, and snippets.

@davrux
Last active September 22, 2023 06:19
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 davrux/06934be7200e6efd71280286ac270c83 to your computer and use it in GitHub Desktop.
Save davrux/06934be7200e6efd71280286ac270c83 to your computer and use it in GitHub Desktop.
starship.toml
# A minimal left prompt
#format = """$username$hostname$directory $character"""
# move the rest of the prompt to the right
#right_format = """$all"""
#format = '''
#\[ $git_branch$kubernetes$aws\]
#$username$hostname$directory$character
#'''
format = '''$username$hostname$directory$character'''
#right_format = """$kubernetes$git_branch$aws"""
right_format = '''\[ $git_branch$kubernetes$aws$python\]'''
add_newline = false
[username]
show_always=true
style_user='gray'
format='[$user]($style)@'
[hostname]
ssh_only=false
style='gray'
format='[$hostname]($style) '
[directory]
style = "gray"
truncation_symbol = '…/'
[kubernetes]
disabled = false
style = "gray"
format='[$context( \($namespace\))]($style) '
[git_branch]
format='[$symbol$branch(:$remote_branch)]($style) | '
style = "purple"
[git_status]
disabled = true
[aws]
style = "gray"
format='| [($profile )(\($region\) )(\[$duration\] )]($style)'
#symbol = "ﴃ "
[aws.region_aliases]
eu-central-1 = 'eu-c-1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment