I hereby claim:
- I am jacksonbailey on github.
- I am jacksonbailey (https://keybase.io/jacksonbailey) on keybase.
- I have a public key ASCZB8ACBIJsW1PwWD2yFkHAqxPj55IjLP_FLeSXtSWNGQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# are we an interactive shell? | |
if [ "$PS1" ]; then | |
if [ $(id -u) = 0 ]; then | |
PROMPT_COLOR="$(tput setaf 1)" | |
else | |
PROMPT_COLOR="$(tput setaf 2)" | |
fi | |
PS1="\[${PROMPT_COLOR}\][\u@\h \w]\\$ \[$(tput sgr0)\]" | |
fi |