diff --git a/roles/home/files/shrc b/roles/home/files/shrc index 57fca6d..37c0a04 100644 --- a/roles/home/files/shrc +++ b/roles/home/files/shrc @@ -31,7 +31,7 @@ export PYTHONWARNINGS="ignore::UserWarning" if [ "$SHELL" = "/bin/sh" ]; then export PS1='\$ ' else - export PS1='${SSH_TTY:+[$(id -un)@$(hostname -s)]}\$ ' + export PS1='${SSH_TTY:+[ssh:$(id -un)@$(hostname -s)]}\$ ' fi if [ "$BASH" ]; then