Comment for SVN prompt colour.
authorIain Patterson <me@iain.cx>
Wed, 27 May 2009 13:30:57 +0000 (14:30 +0100)
committerIain Patterson <me@iain.cx>
Wed, 27 May 2009 13:31:57 +0000 (14:31 +0100)
.profile.d/ps1.bashrc

index 50dd723..852c736 100644 (file)
@@ -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"