···9292 default = ''
9393 # Provide a nice prompt if the terminal supports it.
9494 if [ "$TERM" != "dumb" -o -n "$INSIDE_EMACS" ]; then
9595- echo "Set prompt!"
9695 PROMPT_COLOR="1;31m"
9796 let $UID && PROMPT_COLOR="1;32m"
9897 PS1="\n\[\033[$PROMPT_COLOR\][\u@\h:\w]\\$\[\033[0m\] "