Created
January 25, 2022 19:36
-
-
Save julian-west/b710fde8b1785ae2a263615a7c433f14 to your computer and use it in GitHub Desktop.
Example starship prompt config file
This file contains hidden or 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
add_newline = false | |
[gcloud] | |
disabled = true | |
format = 'on [$symbol$account (\($project\)) in (\($region\))]($style) ' | |
[gcloud.region_aliases] | |
europe-west2 = "eu-w2" | |
[python] | |
format = 'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)' | |
[cmd_duration] | |
min_time = 5000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment