README: improve wording an provide a more robust example of use
[config/bash_prompt.git] / styles / dumb
1 #!/bin/bash
2
3 # 'dumb' terminal
4
5 PS1="${RESET_CHARSET}"
6 PS1+='\u@\h:\w\$ '