docs: clarifies config file locations and purposes (#5210)

Signed-off-by: Anthony D. Mays <anthony@morganlatimer.com>
This commit is contained in:
Anthony D. Mays
2025-10-29 13:46:01 -07:00
committed by GitHub
parent 5180c4ba54
commit 40f453445f
15 changed files with 33 additions and 21 deletions
@@ -507,7 +507,7 @@ The `/t` command controls the syntax highlighting theme for markdown content in
**Configuration:**
- The default theme is `dark`
- The theme setting is saved to the [configuration file](/docs/guides/config-file) as `GOOSE_CLI_THEME` and persists between sessions
- The theme setting is saved to the [configuration file](/docs/guides/config-files) as `GOOSE_CLI_THEME` and persists between sessions
- The saved configuration can be overridden for the session using the `GOOSE_CLI_THEME` [environment variable](/docs/guides/environment-variables#session-management)
:::info