Skip to content

Commit cc35e27

Browse files
committed
Fix on Windows
1 parent 074e0b0 commit cc35e27

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed
File renamed without changes.
File renamed without changes.

mise.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ lychee = "0.20.1"
44
[settings]
55
# Only install tools explicitly defined in the [tools] section above
66
idiomatic_version_file_enable_tools = []
7+
8+
# Windows configuration for file-based tasks
9+
# Based on: https://github.com/jdx/mise/discussions/4461
10+
windows_executable_extensions = ["sh"]
11+
windows_default_file_shell_args = "bash"
12+
use_file_shell_for_executable_tasks = true

0 commit comments

Comments
 (0)