I'm using Git Bash with ConEmu to make it look cool. However, upon installing Composer the colors seem to be escaped:
So Git Bash does not support all the colors. Checking the AnsiColors256.ans file:
After lots of Googling, I still haven't found any solution. I don't want to use Ansicon or other console emulator, ConEmu is fine for me.
My settings:
How do I enable all the colors? This is annoying my need for a Console-Zen experience :(
To correctly enable colors in Git Bash :
"C:\Program Files\ANSICON\ansicon.exe" "C:\Program Files\Git\git-bash.exe" --cd-to-home
NOTE: .bashrc is a hidden file. So you need to turn on the option in your windows explorer settings to display hidden files.
unalias $(alias | grep winpty | grep php | cut -d"=" -f1 | cut -d" " -f2)
export ANSICON=true