README: improve wording an provide a more robust example of use
[config/bash_prompt.git] / styles / debian
1 #!/bin/bash
2
3 # prompt found in Debian GNU/Linux distibutions
4
5 PS1="${RESET_CHARSET}"
6 # shellcheck disable=SC2154
7 PS1+='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '