I've set-up this expression as launcher task for ConEmu:
set MSYSTEM=MINGW64 & W:\SDKs\msys2\usr\bin\conemu-msys2-64.exe -d W:\Workspace /usr/bin/bash -l -i
Which, on use, works as expected and drops me to a 64 bit msys bash shell.
But when I try to exit, it appears to close, but the tab stays alive, there is a ssh-agent that is launched whenever a task starts, but that should be killed on every tab close/exit command.
Maybe this is not happening and this is where it gets stuck.
I've set-up this expression as launcher task for ConEmu:
Which, on use, works as expected and drops me to a 64 bit msys bash shell. But when I try to exit, it appears to close, but the tab stays alive, there is a ssh-agent that is launched whenever a task starts, but that should be killed on every tab close/exit command. Maybe this is not happening and this is where it gets stuck.