Fun With Bash
> March 15th, 2007
I’ve been playing around with the Bash environment variable $PS1 lately. If you don’t know what that means, Bash has four built-in variables for the prompt, $PS[1-4] (more detail). $PS1 is the variable that defines what you see each line.

