No git color schemes under rxvt/cygwin -


after getting tired of default cygwin terminal, decide try rxvt. seems fine except 1 thing: color schemes git repositories stop working.

btw other color schemes vim editor works fine under rxvt. ran script ensure 256 colors enabled.

my ~/.gitconfig looks this:

[user]   name = xyz   email = xyz@abc.com     [color]   diff = auto   status = auto   branch = auto [core]   autocrlf = false 

if change settings in ~/.gitconfig color section "auto" "always", msysgit coloring work in rxvt/mintty

[color]     ui =     status =     branch =     diff =     interactive = 

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -