Friday, December 24, 2010

Changing default shell in mingw msys shell

I'm using:
MINGW32_NT-5.1 1.0.16(0.48/3/2) 2010-09-29 00:07 i686 Msys
on OSX 10.6.5 (Snow Leopard)
And tried to change the default shell from sh to bash.

This didn't seem to work for me:
http://digital.blogsite.org/index.php/2009/07/23/how-to-change-default-shell-in-msys-ming

But this did:
http://oldwiki.mingw.org/index.php/MsysShell

I actually just put a .profile in my homedir with these contents:
#!/bin/sh.exe
/bin/bash

No comments:

Post a Comment