sure is possible: add something like: PS1="\[\033]0;[EMAIL PROTECTED]: \w\007\]\[\033]30;[EMAIL PROTECTED]: [EMAIL PROTECTED]:\w] " to your .bashrc
or .tcshrc: alias precmd 'echo -n "\033]0;${HOST}:$cwd\007\033]30;${HOST}:$cwd\007"' Note that this should be added on the remote end, and local if you want it there too :) Regards Robert On Sunday 25 April 2004 11:58, Wolfgang Mader wrote: > Hello, > > If you open a new tab for a new session in konsole normaly there appears > something like "shel"l (or whatever type of session you have chosen) on the > tab. I am working on different machines and it would be nice to have the > name of the machine where the shell was opened (or much better - where the > shell ends actually). Is this possible with konsole? Perhaps with output > from uname -n? > Thank you > Wolfgang