Set the title of your terminal from Bash
8 Aug 2015
Handy for when you have a bunch of terminals open and you want to spot them by title.
PROMPT_COMMAND="echo -ne \"\033]0;SET YOUR TITLE HERE\007\""
8 Aug 2015
Handy for when you have a bunch of terminals open and you want to spot them by title.
PROMPT_COMMAND="echo -ne \"\033]0;SET YOUR TITLE HERE\007\""