Files
dotfiles/dot_config/starship.toml
2026-05-06 09:35:03 -07:00

32 lines
613 B
TOML

[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"