Skip to content

Commit

Permalink
modified PS1 in init/bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Top committed Jan 12, 2024
1 parent d675a50 commit 41f8bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41f8bc6

Please sign in to comment.