Skip to content

Commit

Permalink
docs: Escape template examples (#3987)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrebotha authored Jan 8, 2025
1 parent 34c5ed6 commit ef714c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/environments/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ _.path = [
]
```

Adding a relative path like `tools/bin` or `./tools/bin` is similar to adding a path rooted at `{{config_root}}`, but behaves differently if your config file is nested in a subdirectory like `/path/to/project/.config/mise/config.toml`. Including `tools/bin` will add the path `/path/to/project/.config/mise/tools/bin`, whereas including `{{config_root}}/tools/bin` will add the path `/path/to/project/tools/bin`.
Adding a relative path like `tools/bin` or `./tools/bin` is similar to adding a path rooted at <span v-pre>`{{config_root}}`</span>, but behaves differently if your config file is nested in a subdirectory like `/path/to/project/.config/mise/config.toml`. Including `tools/bin` will add the path `/path/to/project/.config/mise/tools/bin`, whereas including <span v-pre>`{{config_root}}/tools/bin`</span> will add the path `/path/to/project/tools/bin`.

### `env._.source`

Expand Down

0 comments on commit ef714c4

Please sign in to comment.