aboutsummaryrefslogtreecommitdiffstats
path: root/bash_include
diff options
context:
space:
mode:
Diffstat (limited to 'bash_include')
-rw-r--r--bash_include8
1 files changed, 7 insertions, 1 deletions
diff --git a/bash_include b/bash_include
index 85bafad..8c64fdf 100644
--- a/bash_include
+++ b/bash_include
@@ -44,12 +44,18 @@ then
nocolorprompting="*$nocolorprompting"
fi
-if [ "$UNDER_JHBUILD" = "true" ]
+if [ "$UNDER_JHBUILD" = "true" ] || [ "$CERTIFIED_GNOMIE" = "yes" ]
then
colorprompting="$colorprompting[\[\e[1;35m\]JHBuild\[\e[m\]]"
nocolorprompting="$nocolorprompting[JHBuild]"
fi
+if [ "$EPREFIX" ]
+then
+ colorprompting="$colorprompting[\[\e[1;35m\]Prefix\[\e[m\]]"
+ nocolorprompting="$nocolorprompting[Prefix]"
+fi
+
if [ -f "$HOME/.bash_addps" ]
then
exec 3< "$HOME/.bash_addps"