Scripting

Pwd In Window Title

Put user, host and current dir in titlebar

put this in .bashrc


 PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'