docs: add missing "style" option on "Enviroment Variable" (#7236)

This commit is contained in:
lbellomo
2026-02-15 15:15:39 -03:00
committed by GitHub
parent 98029fd7b1
commit 4473dbb937
+2 -1
View File
@@ -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` | `"<env_var module>"` | 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