# If this is an xterm set the title to user@host:dir
# itchy 2009-07-29
case "$TERM" in
xterm*|rxvt*|screen*)
    PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h:\w\a\]$PS1"
    ;;
*)
    ;;
esac

if [ -f ~/.bashrc ]; then
  . ~/.bashrc
fi
