Posts Downloads Tags About RSS feed of posts

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"

#note #unix