From 41f8bc646ad5d69300886f8695262f9a284f15d5 Mon Sep 17 00:00:00 2001 From: Richard Top Date: Fri, 12 Jan 2024 10:43:58 +0000 Subject: [PATCH] modified PS1 in init/bash --- init/bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/bash b/init/bash index 13bd9ffad8..f552a7d897 100644 --- a/init/bash +++ b/init/bash @@ -13,7 +13,7 @@ source $(dirname "$BASH_SOURCE")/eessi_environment_variables # only continue if setting EESSI environment variables worked fine if [ $? -eq 0 ]; then - export PS1="[EESSI $EESSI_VERSION] $ " + export PS1="{EESSI $EESSI_VERSION} $PS1" # add location of commands provided by compat layer to $PATH; # see https://github.com/EESSI/software-layer/issues/52