mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
chore: rename gloabal variables
This commit is contained in:
parent
d6bce941ee
commit
1aa896ebe3
2 changed files with 12 additions and 12 deletions
|
|
@ -216,10 +216,10 @@ In case you would like to have more control over kube environment context, you c
|
|||
| `KUBE_ENV_PADDING` | one space | Padding (spaces or characters) added around the environment block |
|
||||
| `KUBE_ENV_OPEN_SYMBOL` | `[` | Opening symbol used for the environment block |
|
||||
| `KUBE_ENV_CLOSE_SYMBOL` | `]` | Closing symbol used for the environment block |
|
||||
| `KUBE_ENV_PROD` | `prod` | Set default production label |
|
||||
| `KUBE_ENV_STG` | `stag` | Set default staging label |
|
||||
| `KUBE_ENV_TEST` | `test` | Set default testing label |
|
||||
| `KUBE_ENV_DEV` | `dev` | Set default developing label |
|
||||
| `KUBE_ENV_PROD_LABEL` | `prod` | Set default production label |
|
||||
| `KUBE_ENV_STG_LABEL` | `stag` | Set default staging label |
|
||||
| `KUBE_ENV_TEST_LABEL` | `test` | Set default testing label |
|
||||
| `KUBE_ENV_DEV_LABEL` | `dev` | Set default developing label |
|
||||
| `KUBE_ENV_PROD_RE` | `(production\|prod)-` | Regex used to detect production in the context name |
|
||||
| `KUBE_ENV_STG_RE` | `(staging\|stg)-` | Regex used to detect staging in the context name |
|
||||
| `KUBE_ENV_TEST_RE` | `(testing\|test)-` | Regex used to detect test in the context name |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue