summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2024-04-06 22:39:16 +0900
committerMatan Kushner <hello@matchai.dev>2024-04-06 22:39:16 +0900
commit066a737765bf3fbe36252afea0596394e405c187 (patch)
treee324482dc385686f343d9430b3775e099ea88f34
parentc044d6dc3fa37e176c98c6bab3f9c35611f67624 (diff)
New translations readme.md (Dutch)
-rw-r--r--docs/nl-NL/config/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/nl-NL/config/README.md b/docs/nl-NL/config/README.md
index b2054e622..d3e4724c1 100644
--- a/docs/nl-NL/config/README.md
+++ b/docs/nl-NL/config/README.md
@@ -2483,7 +2483,7 @@ Displays the current [Kubernetes context](https://kubernetes.io/docs/concepts/co
This module is disabled by default. To enable it, set `disabled` to `false` in your configuration file.
-When the module is enabled it will always be active, unless any of `detect_extensions`, `detect_files` or `detect_folders` have been set in which case the module will only be active in directories that match those conditions.
+When the module is enabled it will always be active, unless any of `detect_env_vars`, `detect_extensions`, `detect_files` or `detect_folders` have been set in which case the module will only be active in directories that match those conditions or one of the environmatal variable has been set.
:::
@@ -2505,6 +2505,7 @@ The `context_aliases` and `user_aliases` options are deprecated. Use `contexts`
| `detect_extensions` | `[]` | Which extensions should trigger this module. |
| `detect_files` | `[]` | Which filenames should trigger this module. |
| `detect_folders` | `[]` | Which folders should trigger this modules. |
+| `detect_env_vars` | `[]` | Which environmental variables should trigger this module |
| `contexts` | `[]` | Customized styles and symbols for specific contexts. |
| `disabled` | `true` | Disables the `kubernetes` module. |