1  if [ "$color_prompt" = yes ]; then
   2      PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
   3  else
   4      PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
   5  fi