How can I enter the Visual Studio Developer Prompt within a bash shell on MSYS2? The goal is to get the environment setup, so all the build tools that get installed for Visual Studio get available on the command line.
The goal is also to not end up in a cmd.exe
prompt, because I would lose all my bash aliases and functions.