Files
dotfiles/dot_config/starship.toml
T
2026-07-30 11:31:43 -07:00

39 lines
759 B
TOML

"$schema" = 'https://starship.rs/config-schema.json'
[custom.arch]
command = 'arch'
when = true
format = 'on [$output]($style) '
disabled = true
[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"