export EDITOR=vim
RED="\e[31m"
YELLOW="\e[33m"
GREEN="\e[32m"
RESET="\e[0m"
export PS1="$RED\u$YELLOW@$GREEN\h$YELLOW \w > $RESET"