1 if [ `id -u` -eq "0" ]; then 2 PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u\[\033[00m\]@\h:\w\$ ' 3 else 4 PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' 5 fi