git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-07-26 13:33:12 +0200
committerHarald Pfeiffer <coding _ lirion.de> 2022-07-26 13:33:12 +0200
commit2a4bba6ca1600740568c3dea9e96f682d7ff52d4 (patch)
treed16876fecb0c59e944331eb2bb2c109a67bd64f2
parent4d3b040fe8ea1a030ac4c6c5a46efdab644c010e (diff)
downloaddotfiles-2a4bba6ca1600740568c3dea9e96f682d7ff52d4.tar.bz2
+pve
-rw-r--r--.bash/prompt.bash6
1 files changed, 5 insertions, 1 deletions
diff --git a/.bash/prompt.bash b/.bash/prompt.bash
index 12b1a6e..056d215 100644
--- a/.bash/prompt.bash
+++ b/.bash/prompt.bash
@@ -59,8 +59,12 @@ case "$MYUID" in
esac
;;
esac
+# HYPERVISOR LAYER 8 SOFTWARE
+if pveversion > /dev/null 2>&1;then
+ FGC1="fgcolor 236";FGC3="fgcolor 130"
+fi
# make it possible to draw user-defined colours
-# shellcheck disable=SC1090
+# shellcheck disable=SC1090,SC1091
[ -r "${BBD}/prompt.bash.local" ] && source "${BBD}/prompt.bash.local"
# ----- USER SEP. AND HOSTNAME ----- #