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"'
;;
*)
;;
esacOffline
Pages: 1
[ Generated in 0.006 seconds, 7 queries executed - Memory usage: 529.18 KiB (Peak: 560.05 KiB) ]