The missing colors and git magic in the prompt are due to some bash initialization files not being read. Maybe for some reason the
.bashrc
is in the wrong directory. There is sometimes a strange interaction between the Windows HOME environment variable and what the msys underlying Windows git thinks your home is. Try cygpath -w ~
and see where bash thinks your init files should be.