There is an active blogspace at this StackOverflow post about how to set PS1.
The theme primarily revolves around answers to "What's your PS1?"
For the uninitiated, PS1 is the prompt in one's terminal.
My PS1 is set in .bashrc.
export PS1='\[\]\[\]\[\033]0;$TITLEPREFIX:$PWD\007\]\[\033[32m\]\w\[\033[36m\]`__git_ps1`\[\033[0m\]$ \[\]\[\]'
What's your PS1?! 🍸