Tab name = Connected device
I am trying to figure out how to get my tab name to automatically be populated with my connected linux device. I searched the site and found the following but not sure how to implement for a global change. I could do it per session but would rather automatic and global.
echo -ne "\033]2;`hostname`\007"
Any ideas?
Thanks,
|