Ensure the terminal window/tab title is updated.

This commit is contained in:
Scott Wallace 2014-12-05 18:33:16 +00:00
parent 0bce103f48
commit 06eb9e2ca9

View file

@ -14,6 +14,7 @@ export PATH=/usr/local/bin:/usr/local/sbin:${PATH}
# A useful prompt # A useful prompt
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
export PS1="[\u@\h \W]\\$ " export PS1="[\u@\h \W]\\$ "
export PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------