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.