# default # prompt definition # read color definitions source ~/.bash/prompt/include/colors export PS1="$BLUE\u$SILVER@$BLUE\h$SILVER($CYAN\W$SILVER)$NO_COLOR\$ " export PS2='> ' export PS4='+ '