Skip to content

Instantly share code, notes, and snippets.

@kuredev
Created April 28, 2022 16:03
Show Gist options
  • Save kuredev/475da577389110c3de77d7f1e09cf81b to your computer and use it in GitHub Desktop.
Save kuredev/475da577389110c3de77d7f1e09cf81b to your computer and use it in GitHub Desktop.
starship
#add_newline = false
format = """
[┌───────────────────](bold green)
[│](bold green)$directory$username$aws$git_branch
[│](bold green) """
[git_branch]
format = "[$symbol$branch]($style) "
[directory]
truncation_length = 100
truncate_to_repo = false
#format = "[$symbol$branch]($style)"
[aws]
format = "[$symbol$profile]($style) "
style = "bold blue"
symbol = "🅰 "
[aws.profile_aliases]
Enterprise_Naming_Scheme-voidstars = 'void**'
[username]
show_always = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment