mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
fix: extend dev regex
This commit is contained in:
parent
a80dc8a510
commit
ec3e684941
2 changed files with 2 additions and 2 deletions
|
|
@ -223,7 +223,7 @@ For more control over the Kubernetes environment context, you can adjust:
|
|||
| `KUBE_PS1_ENV_PROD_RE` | `(production\|prod)-` | Regex used to detect production in the context name |
|
||||
| `KUBE_PS1_ENV_STG_RE` | `(staging\|stg)-` | Regex used to detect staging in the context name |
|
||||
| `KUBE_PS1_ENV_TEST_RE` | `(testing\|test)-` | Regex used to detect test in the context name |
|
||||
| `KUBE_PS1_ENV_DEV_RE` | `develop-` | Regex used to detect development in the context name|
|
||||
| `KUBE_PS1_ENV_DEV_RE` | `dev(elop(ment)?)?-` | Regex used to detect development in the context name |
|
||||
|
||||
To disable a feature, set it to an empty string:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue