New backup 2024-12-12 13:00:02

This commit is contained in:
Penelope Gwen 2024-12-12 13:00:02 -08:00
parent 12193b1061
commit 53e12bfd90

View file

@ -84,6 +84,7 @@ if [ -n "${SSH_CLIENT}" ] || [ -n "${SSH_TTY}" ]; then
fi
if [[ "$HOSTNAME" == toolbox* ]];then
prompt_prefix="${prompt_prefix} [VM] "
cd "${HOME}"
fi
export prompt_prefix=`awk '{$1=$1};1' <<< "${prompt_prefix}"`