diff options
| -rw-r--r-- | .bash/prompt.bash | 6 | 
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 ----- # | 
