update prompt variable

This commit is contained in:
Axel Kohlmeyer
2022-09-10 21:05:02 -04:00
parent b86232ac5b
commit e9f0f371b8

View File

@ -75,7 +75,7 @@ EOF
CUSTOM_PROMPT_ENV=/.singularity.d/env/99-zz_custom_prompt.sh
cat >$CUSTOM_PROMPT_ENV <<EOF
#!/bin/bash
PS1="[rocky8:\u@\h] \W> "
PS1="[alma9:\u@\h] \W> "
EOF
chmod 755 $CUSTOM_PROMPT_ENV