Created
September 8, 2022 15:17
-
-
Save chrislawlor/c4164ace6cd4078727cc6a172553321e to your computer and use it in GitHub Desktop.
Starship Prompt Config
This file contains 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
[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