Collecting tips to make Windows 10 WSL a tiny bit faster
- Wrap git to use Windows's GIT per this
- Delay when starting conemu prompt: add %program files%\conemu folder to windows defender folder exclusion, per this
#!/bin/bash
# WSL 'git' wrapper, save as /usr/local/bin/git and chmod a+x
/c/Program\ Files/Git/bin/git.exe "$@"