xterm titles
Simon Santoro
Simon.Santoro at poste.it
Sun Apr 24 21:54:18 UTC 2005
Fletcher Mattox wrote:
> Hi,
>
> How does one specify the title of an xterm? As best I can tell, it
> always puts "$USER at HOST:$PWD" in the title bar, and ignores the -title
> and -name switches.
Because in .bashrc there is
# If this is an xterm set the title to user at host:dir
case "$TERM" in
xterm*|rxvt*)
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
;;
*)
;;
esac
Comment out those lines and you are all set.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20050424/532c2758/attachment.sig>
More information about the ubuntu-users
mailing list