It would be very useful if the tab name were set to the same name defined in the workspace file. You can do this by setting PS1:
PS1=$PS1"\e]2;Tab Name Here\a"
This preserves the user's current prompt setting while setting the title. I'm putting that as the first line in the workflow for now:
It would be very useful if the tab name were set to the same name defined in the workspace file. You can do this by setting PS1: PS1=$PS1"\e]2;Tab Name Here\a"
This preserves the user's current prompt setting while setting the title. I'm putting that as the first line in the workflow for now: