chore: initial commit
This commit is contained in:
31
dot_config/starship.toml
Normal file
31
dot_config/starship.toml
Normal file
@@ -0,0 +1,31 @@
|
||||
[gcloud]
|
||||
format = 'on [$symbol(\($project\))]($style) '
|
||||
|
||||
[docker_context]
|
||||
disabled=true
|
||||
|
||||
[direnv]
|
||||
disabled=true
|
||||
|
||||
[env_var.NEXT_PUBLIC_ENVIRONMENT_ID]
|
||||
|
||||
[dotnet]
|
||||
disabled = true
|
||||
|
||||
[kubernetes]
|
||||
disabled = false
|
||||
|
||||
[[kubernetes.contexts]]
|
||||
context_pattern = "gke_lt-shipyard-lower_northamerica-northeast1_nane1-lower-gke1"
|
||||
context_alias = "nane1"
|
||||
style = "green"
|
||||
|
||||
[[kubernetes.contexts]]
|
||||
context_pattern = "gke_lt-sre-shipyard_northamerica-northeast1_banting"
|
||||
context_alias = "banting"
|
||||
style = "red"
|
||||
|
||||
[[kubernetes.contexts]]
|
||||
context_pattern = "gke_ld-shipyard_us-east1_bluenose"
|
||||
context_alias = "bluenose"
|
||||
style = "blue"
|
||||
Reference in New Issue
Block a user