git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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";;