How do I enable msysgit colored output when using console2
Posted
by TheDeeno
on Stack Overflow
See other posts from Stack Overflow
or by TheDeeno
Published on 2010-03-15T03:56:47Z
Indexed on
2010/03/15
3:59 UTC
Read the original article
Hit count: 511
I'm having a hard time enabling git colored output on windows when using console2.
To trick git I've already SET TERM = 'cygwin'. This enabled the colors from a standard cmd.exe prompt but not in console2. I've verified that console2 can see the env var as well.
Anyone know how to get this working?
© Stack Overflow or respective owner