IRIX Network Forums
title in a xwsh - Printable Version

+- IRIX Network Forums (//forums.irixnet.org)
+-- Forum: SGI/MIPS (//forums.irixnet.org/forum-3.html)
+--- Forum: Beginners' Questions/Tips (//forums.irixnet.org/forum-6.html)
+--- Thread: title in a xwsh (/thread-2733.html)



title in a xwsh - s0ke - 03-03-2021

So I'm able to change the xwsh title using something like this in my .bash_profile:
Code:
export PROMPT_COMMAND='echo -ne "\033P1.y$USER@$HOSTNAME: $PWD \033\\"'
That works in Irix just fine, but for some reason when I ssh into the box I get this in my terminal:
Code:
1.ys0ke@bosco: /usr/people/s0ke s0ke@bosco ~$
Am I missing an escape or do I need to set my terminal on my Windows/Linux box to something else besides xterm? Because as it stands it's prepending the user@hostname: pwd in front of my bash prompt. 

Not really pressing but it's really annoying me.