From 4473dbb9374f4096be72a95946840a745098c719 Mon Sep 17 00:00:00 2001 From: lbellomo Date: Sun, 15 Feb 2026 15:15:39 -0300 Subject: [PATCH] docs: add missing "style" option on "Enviroment Variable" (#7236) --- docs/config/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index d96c7a4fa..ca8851b3d 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -1554,6 +1554,7 @@ The module will be shown only if any of the following conditions are met: | `format` | `"with [$env_value]($style) "` | The format for the module. | | `description` | `""` | The description of the module that is shown when running `starship explain`. | | `disabled` | `false` | Disables the `env_var` module. | +| `style` | `"black bold dimmed"` | The style for the module. | ### Variables @@ -1561,7 +1562,7 @@ The module will be shown only if any of the following conditions are met: | --------- | ------------------------------------------- | ------------------------------------------ | | env_value | `Windows NT` (if _variable_ would be `$OS`) | The environment value of option `variable` | | symbol | | Mirrors the value of option `symbol` | -| style\* | `black bold dimmed` | Mirrors the value of option `style` | +| style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string