README: improve wording an provide a more robust example of use
[config/bash_prompt.git] / styles / sunshine
1 #!/bin/bash
2
3 # 'sunshine' prompt
4
5 PS1="${RESET_CHARSET}"
6 PS1+="${BOLD_YELLOW}<--(${BOLD_RED}*${BOLD_YELLOW})-->"
7 PS1+="<--( ${BOLD_RED}\${ERR}${BOLD_YELLOW} )-->\\n"
8 PS1+="${BOLD_YELLOW}<--("
9 PS1+=" ${YELLOW}\\u${BOLD_RED}@${YELLOW}\\h${BOLD_YELLOW}"
10 PS1+=":${BOLD_RED}\\w${BOLD_YELLOW} )--${YELLOW}\\$ ${RESET}"