xterm titles
If you want to set terminal title to keep track of the ones not in tmux/screen, remove the automatic title setting from `.bashrc`, and alias or add a `title` script as:
/bin/echo -ne "\033]0;$1\007"
If you want to set terminal title to keep track of the ones not in tmux/screen, remove the automatic title setting from `.bashrc`, and alias or add a `title` script as:
/bin/echo -ne "\033]0;$1\007"