Skip to content

Commit 41f8bc6

Browse files
author
Richard Top
committed
modified PS1 in init/bash
1 parent d675a50 commit 41f8bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source $(dirname "$BASH_SOURCE")/eessi_environment_variables
1313
# only continue if setting EESSI environment variables worked fine
1414
if [ $? -eq 0 ]; then
1515

16-
export PS1="[EESSI $EESSI_VERSION] $ "
16+
export PS1="{EESSI $EESSI_VERSION} $PS1"
1717

1818
# add location of commands provided by compat layer to $PATH;
1919
# see https://github.com/EESSI/software-layer/issues/52

0 commit comments

Comments
 (0)