Files
TerminalPolyjuice/wsl/README.md
2025-04-28 10:31:47 +08:00

6 lines
114 B
Markdown

# Disable adding windows path to WSL
edit `/etc/wsl.conf` and add:
```toml
[interop]
appendWindowsPath = false
```