Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .config/mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ rust_version = "1.89"
uv_version = "0.8.13"
node_version = "24"

[settings]
# the default cmd doesn't support shell expansion, use PowerShell instead
windows_default_inline_shell_args = "pwsh -Command"

[tools]
# We need cargo-binstall so that Mise would download "cargo:" tools instead of building them.
"cargo-binstall" = "latest"
Expand Down
9 changes: 9 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,15 @@ the configuration file at `.config/mise.toml`.
You can customize this configuration using
[a `mise.local.toml` file](https://mise.jdx.dev/configuration.html#mise-toml).

On Windows, some tasks use shell expansion, which the default `cmd /c` doesn't
support. `mise` only honors the shell settings from your global configuration,
so set this in `~/.config/mise/config.toml` to run tasks with PowerShell:

```toml
[settings]
windows_default_inline_shell_args = "pwsh -Command"
```

## Previewing the HTML documentation

The documentation for `jj` is automatically published online at
Expand Down
Loading