From 2a4bba6ca1600740568c3dea9e96f682d7ff52d4 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Tue, 26 Jul 2022 13:33:12 +0200 Subject: +pve --- .bash/prompt.bash | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ----- # -- cgit v1.2.3