0
1
My Tab Shell: C:\msys\1.0\bin\sh.exe --login -i
However Startup Dir doesn't seem to work, neither with C:\ nor /c/.
There is a similar question here, but it deals with Explorer extensions. I'm looking for a way to open the tab by default in a specific directory.
I really did want to use MinGW bash, not Git bash. Thanks for the recommendation, I'll give ConEnum a try later. – Andrej Mitrović – 2012-11-29T15:53:14.603
Thought, if you need special dir on bash startup and it is persistent - you may add
cd /c/...command to your bash profile script. – Maximus – 2012-11-29T19:08:09.167Thanks again. I can change
cd "$HOME"tocd /c/mydirin the\msys\1.0\etc\profilefile and it works this way. – Andrej Mitrović – 2012-11-30T13:26:52.577