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
/
dumb
1
#!/bin/bash
2
3
# 'dumb' terminal
4
5
PS1="${RESET_CHARSET}"
6
PS1+='\u@\h:\w\$ '