git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2025-04-20 14:23:29 +0200
committermail_redacted_for_web 2025-04-20 14:23:29 +0200
commit2460caab79714e5d4a94a6498323db208ce89206 (patch)
tree51fd3633b8559b31f46268d0f14cedaa5d72c982
parent2f347ef53c6497908fb003e756d61551154002e6 (diff)
downloaddotfiles-1.2.7.tar.bz2
RHEL 10 = "rhel"HEADv1.2.7testingmaster
-rw-r--r--.bash/prompt.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bash/prompt.bash b/.bash/prompt.bash
index 8abb1b4..9adc360 100644
--- a/.bash/prompt.bash
+++ b/.bash/prompt.bash
@@ -33,7 +33,7 @@ case "$MYUID" in
fi
;;
arch) FGC2="fgcolor 24";FGC3="fgcolor 240";;
- redhat) FGC1="fgcolor 23";FGC2="fgcolor 88";FGC3="fgcolor 203";;
+ redhat|rhel) FGC1="fgcolor 23";FGC2="fgcolor 88";FGC3="fgcolor 203";;
fedora) FGC1="fgcolor 160";FGC2="fgcolor 88";FGC3="fgcolor 203";;
# with the advent of Rocky, we'll match the time to SUSE's blue and the hostname to
# the colour of Geeko:
@@ -88,7 +88,7 @@ case "$MYUID" in
fi
;;
arch) FGC1="fgcolor 24";FGC3="fgcolor 239";;
- redhat) FGC1="fgcolor 23";FGC3="fgcolor 88";;
+ redhat|rhel) FGC1="fgcolor 23";FGC3="fgcolor 88";;
fedora) FGC1="fgcolor 88";FGC3="fgcolor 203";;
#*suse|aix) FGC1="fgcolor 22";FGC3="fgcolor 41";;
*sles*) FGC1="fgcolor 22";FGC3="fgcolor 83";;