if [ -f ~/.bashrc ]; then . ~/.bashrc fi # If this is an xterm set the title to user@host:dir case $TERM in xterm*) PROMPT_COMMAND='echo -ne "\033]0;(gst) ${USER}@${HOSTNAME}: ${PWD}\007"' ;; *) ;; esac export PS1="(gst) $PS1"