... bits and pieces of everyday stuff
/etc/wsl.conf
[interop] appendWindowsPath = false
cmd
wsl --shutdown
~/.bashrc
artisan() { docker-compose exec php artisan "$@" }
source ~/.bashrc
artisan make