How to correctly enable ANSI colors in ConEmu + Git Bash?

前端 未结 3 858
天涯浪人
天涯浪人 2021-01-02 09:08

I\'m using Git Bash with ConEmu to make it look cool. However, upon installing Composer the colors seem to be escaped:

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-02 09:55

    Run ConEmu from WinR (type full path to sh.exe if needed)

    ConEmu -basic -cmd sh.exe -l -i
    

    Run composer, ANSI is working.

    ANSI is working

提交回复
热议问题