From: Iain Patterson Date: Thu, 14 May 2009 10:28:31 +0000 (+0100) Subject: Use green for gitconfig prompt. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=f83157208ad9afddb8ba0af9e9c2da28f68b7d43;p=profile.git Use green for gitconfig prompt. Although cyan looks better it can be difficult to spot against added lines in the diff. --- diff --git a/.gitconfig b/.gitconfig index 67eddc0..36bc485 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,8 +5,8 @@ new = cyan meta = green [color "interactive"] - prompt = cyan - header = green + prompt = green + header = yellow [user] email = me@iain.cx [http]