diff --git a/ssh/rootfs/etc/profile.d/hassio.sh b/ssh/rootfs/etc/profile.d/hassio.sh index 1b4e582eb..c5a6f879a 100644 --- a/ssh/rootfs/etc/profile.d/hassio.sh +++ b/ssh/rootfs/etc/profile.d/hassio.sh @@ -1 +1,4 @@ -export PS1="\W \$ " +export PS1='\W $ ' +case "${TERM-}" in + rxvt*|vte*|xterm*) PS1='\[\e]0;\u@\h:\w\a\]'"$PS1" ;; +esac