Nice command to rename the terminal window title so that you know what you are working on / running in each window:
PROMPT_COMMAND='echo -en "\033]0;New terminal title\a"'
Nice command to rename the terminal window title so that you know what you are working on / running in each window:
PROMPT_COMMAND='echo -en "\033]0;New terminal title\a"'
Be First to Comment