git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2023-05-06 10:48:41 +0200
committerHarald Pfeiffer <coding _ lirion.de> 2023-05-06 10:48:41 +0200
commit1fcad4f954973302e62b8dd99147e8209e1a75ff (patch)
tree8d3334bb55de80a7d4f87fe71b2d29959db593c0
parent6c6b1f1c7ae29bc5cda8982a99eb21836ab14d98 (diff)
downloaddotfiles-testing.tar.bz2
fix: root colouring for Debian < 12testing
-rw-r--r--.bash/prompt.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash/prompt.bash b/.bash/prompt.bash
index 314aa1b..a3b22c5 100644
--- a/.bash/prompt.bash
+++ b/.bash/prompt.bash
@@ -27,7 +27,7 @@ case "$MYUID" in
if [ "$OSMAJVER" -ge 12 ];then
FGC3="fgcolor 36";FGC2="fgtcolor 155 15 64"
else
- FGC3="fgcolor 38";FGC2="fgcolor 155 15 64"
+ FGC3="fgcolor 38";FGC2="fgtcolor 155 15 64"
fi
;;
arch) FGC2="fgcolor 24";FGC3="fgcolor 240";;