#!/bin/bash # 'gentoouser' prompt PS1="${RESET_CHARSET}" PS1+="${BOLD_GREEN}\\u${BOLD_BLUE}@${BOLD_GREEN}\\h " PS1+="${BOLD_BLUE}\\W \\$ ${RESET}"