Useful Bash commands

Reading Time: < 1 minute

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

Leave a Reply

Your email address will not be published. Required fields are marked *