#
# Setup prompts
#
NORMAL="\[\e[0m\]"
RED="\[\e[1;31m\]"

PS1="$RED\h:\w # $NORMAL"

export PS1
