New backup 2024-12-12 12:47:39

This commit is contained in:
Penelope Gwen 2024-12-12 12:47:39 -08:00
parent 5302347c16
commit 12193b1061

View file

@ -82,7 +82,7 @@ prompt_prefix=""
if [ -n "${SSH_CLIENT}" ] || [ -n "${SSH_TTY}" ]; then
prompt_prefix="${prompt_prefix} [SSH] "
fi
if [ "$HOSTNAME" == "toolbox" ];then
if [[ "$HOSTNAME" == toolbox* ]];then
prompt_prefix="${prompt_prefix} [VM] "
fi