Skip to content

Instantly share code, notes, and snippets.

@chrislawlor
Created September 8, 2022 15:17
Show Gist options
  • Save chrislawlor/c4164ace6cd4078727cc6a172553321e to your computer and use it in GitHub Desktop.
Save chrislawlor/c4164ace6cd4078727cc6a172553321e to your computer and use it in GitHub Desktop.
Starship Prompt Config
[aws]
format = 'on [$symbol($profile )(\($region\) )]($style)'
style = 'bold blue'
[aws.region_aliases]
eu-west-1 = "ie"
us-east-1 = "us"
[python]
format = '[${symbol}${pyenv_prefix}(${version} )(\($virtualenv\))]($style)'
python_binary = 'python'
[kubernetes]
disabled = false
[memory_usage]
disabled = false
[nodejs]
disabled = true
[git_state]
cherry_pick = "[🍒 PICKING](bold red)"
[git_status]
untracked = ""
format = '[$all_status$ahead_behind]($style) '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment