You are not logged in.
Pages: 1
For some reason when I'm connecting to debian machines my tab isn't updated anymore. It is possible to be related to the PS variable on the remote server, but it is also happening in case of a clean installation.
Thanks
Offline
The problem was related to the $PROMPT_COMMAND variable. The following case needs to be uncommented in /etc/bash.bashrc
case "$TERM" in
xterm*|rxvt*)
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
;;
*)
;;
esac
Offline
Pages: 1
[ Generated in 0.005 seconds, 7 queries executed - Memory usage: 510.75 KiB (Peak: 529.54 KiB) ]