Skip to content

Instantly share code, notes, and snippets.

@yuya-maemichi-synspective
Last active July 24, 2023 06:03
Show Gist options
  • Save yuya-maemichi-synspective/963e0d5b84f6cad40eb1bc3ccd24eb7a to your computer and use it in GitHub Desktop.
Save yuya-maemichi-synspective/963e0d5b84f6cad40eb1bc3ccd24eb7a to your computer and use it in GitHub Desktop.
Starship Config
# ref. https://starship.rs/ja-jp/config/
"$schema" = 'https://starship.rs/config-schema.json'
# right prompt
#right_format = """$gcloud$time"""
[gcloud]
symbol = 'GCP:'
format = 'on [$symbol$account(@$domain)(\($active:$project;$region\))]($style) '
[gcloud.region_aliases]
asia-northeast1 = '東京'
us-central1 = 'Iowa'
us-east4 = 'NoVA'
[kubernetes]
disabled = false
detect_files = []
detect_folders = ['k8s']
[kubernetes.context_aliases]
'gke_syns-gro-dev_asia-northeast1_sieve-autopilot' = 'SIEVE-dev'
[shlvl]
disabled = false
symbol = '↕️'
threshold = 2
[status]
disabled = false
[time]
disabled = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment