Last active
July 24, 2023 06:03
-
-
Save yuya-maemichi-synspective/963e0d5b84f6cad40eb1bc3ccd24eb7a to your computer and use it in GitHub Desktop.
Starship Config
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
# 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