From: Iain Patterson Date: Wed, 27 May 2009 13:30:57 +0000 (+0100) Subject: Comment for SVN prompt colour. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=4987e750cc82a9be75f2cc304782abdafa474707 Comment for SVN prompt colour. --- diff --git a/.profile.d/ps1.bashrc b/.profile.d/ps1.bashrc index 50dd723..852c736 100644 --- a/.profile.d/ps1.bashrc +++ b/.profile.d/ps1.bashrc @@ -42,6 +42,7 @@ # Failed: dark red. # Git: royal blue. # P4: yellow. +# SVN: magenta. case $(tput colors) in 256) export PROMPT_OK_COLOUR="1;38;5;34"