many changes

This commit is contained in:
2025-04-28 10:31:47 +08:00
parent bbced64364
commit f803a27418
5 changed files with 50 additions and 9 deletions

6
wsl/README.md Normal file
View File

@@ -0,0 +1,6 @@
# Disable adding windows path to WSL
edit `/etc/wsl.conf` and add:
```toml
[interop]
appendWindowsPath = false
```