diff --git a/docs/config/README.md b/docs/config/README.md index 423b39f9..8b80e4d1 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -542,7 +542,7 @@ This does not suppress conda's own prompt modifier, you may want to run `conda c | `truncation_length` | `1` | The number of directories the environment path should be truncated to, if the environment was created via `conda create -p [path]`. `0` means no truncation. Also see the [`directory`](#directory) module. | | `symbol` | `"🅒 "` | The symbol used before the environment name. | | `style` | `"bold green"` | The style for the module. | -| `format` | `"[$symbol$environment]($style) "` | The format for the module. | +| `format` | `"via [$symbol$environment]($style) "` | The format for the module. | | `ignore_base` | `true` | Ignores `base` environment when activated. | | `disabled` | `false` | Disables the `conda` module. |