···92 default = ''
93 # Provide a nice prompt if the terminal supports it.
94 if [ "$TERM" != "dumb" -o -n "$INSIDE_EMACS" ]; then
95- echo "Set prompt!"
96 PROMPT_COLOR="1;31m"
97 let $UID && PROMPT_COLOR="1;32m"
98 PS1="\n\[\033[$PROMPT_COLOR\][\u@\h:\w]\\$\[\033[0m\] "
···92 default = ''
93 # Provide a nice prompt if the terminal supports it.
94 if [ "$TERM" != "dumb" -o -n "$INSIDE_EMACS" ]; then
095 PROMPT_COLOR="1;31m"
96 let $UID && PROMPT_COLOR="1;32m"
97 PS1="\n\[\033[$PROMPT_COLOR\][\u@\h:\w]\\$\[\033[0m\] "