# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8 if [ -n "$UTOOLS_BASH_PROMPT" ]; then # PS1 if [ "$UNAME_SYSTEM" != "Linux" -o "$USER" == "$(id -un)" ]; then DEFAULT_PS1='\u@\h \w \$ ' else DEFAULT_PS1="$USER"'(\u)@\h \w \$ ' fi if [ -z "$UTOOLS_CHROOT" ]; then if [ -n "$debian_chroot" ]; then UTOOLS_CHROOT="$debian_chroot" elif [ -r /etc/debian_chroot ]; then UTOOLS_CHROOT="$(