aboutsummaryrefslogtreecommitdiffstats
path: root/bash_include
diff options
context:
space:
mode:
Diffstat (limited to 'bash_include')
-rw-r--r--bash_include6
1 files changed, 6 insertions, 0 deletions
diff --git a/bash_include b/bash_include
index 1fc6a6f..e503664 100644
--- a/bash_include
+++ b/bash_include
@@ -26,6 +26,12 @@ then
nocolorprompting="*$nocolorprompting"
fi
+if [ "$UNDER_JHBUILD" = "true" ]
+then
+ colorprompting="$colorprompting[\[\e[1;35m\]JHBuild\[\e[m\]]"
+ nocolorprompting="$nocolorprompting[JHBuild]"
+fi
+
if [ -f "$HOME/.bash_addps" ]
then
exec 3< "$HOME/.bash_addps"