Initial import
[config/bash_prompt.git] / styles / gentoouser
1 #!/bin/bash
2
3 # 'gentoouser' prompt
4
5 PS1="${RESET_CHARSET}"
6 PS1+="${BOLD_GREEN}\\u${BOLD_BLUE}@${BOLD_GREEN}\\h "
7 PS1+="${BOLD_BLUE}\\W \\$ ${RESET}"