Re: [arch-general] Escape sequences instead of colors in terminal

2012-12-06 Thread Marcel Korpel
On Thu, Dec 6, 2012 at 1:40 AM, Martin Panter wrote: > On 5 December 2012 23:14, Dave Reisner wrote: >> Your pager is to blame. Assuming you're using less, you need to pass the -R >> option. You can add: >> >> export LESS=-R >> >> To your shell rc file. > > As far as I can tell, Git seems to be a

Re: [arch-general] Escape sequences instead of colors in terminal

2012-12-05 Thread Martin Panter
On 5 December 2012 23:14, Dave Reisner wrote: > On Dec 5, 2012 6:11 PM, "Marcel Korpel" wrote: >> >> Hi all, >> >> I already asked this at the forums, but as no one has an answer there >> I hope someone here knows a solution. On a Git cheat sheet I found >> that I could add nice colors to Git's o

Re: [arch-general] Escape sequences instead of colors in terminal

2012-12-05 Thread Dave Reisner
On Dec 5, 2012 6:11 PM, "Marcel Korpel" wrote: > > Hi all, > > I already asked this at the forums, but as no one has an answer there > I hope someone here knows a solution. On a Git cheat sheet I found > that I could add nice colors to Git's output, so I edited my > ~/.gitconfig by adding: > > [co

[arch-general] Escape sequences instead of colors in terminal

2012-12-05 Thread Marcel Korpel
Hi all, I already asked this at the forums, but as no one has an answer there I hope someone here knows a solution. On a Git cheat sheet I found that I could add nice colors to Git's output, so I edited my ~/.gitconfig by adding: [color] ui = auto [color "branch"] current = yellow reverse