New backup 2024-12-12 12:47:39
This commit is contained in:
parent
5302347c16
commit
12193b1061
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ prompt_prefix=""
|
||||||
if [ -n "${SSH_CLIENT}" ] || [ -n "${SSH_TTY}" ]; then
|
if [ -n "${SSH_CLIENT}" ] || [ -n "${SSH_TTY}" ]; then
|
||||||
prompt_prefix="${prompt_prefix} [SSH] "
|
prompt_prefix="${prompt_prefix} [SSH] "
|
||||||
fi
|
fi
|
||||||
if [ "$HOSTNAME" == "toolbox" ];then
|
if [[ "$HOSTNAME" == toolbox* ]];then
|
||||||
prompt_prefix="${prompt_prefix} [VM] "
|
prompt_prefix="${prompt_prefix} [VM] "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue