projects
/
config
/
bash_prompt.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
styles/iceg: handle the case of an unset GST_ENV when testing for it
[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\$ '