Benjamin A's PS1
Find a file
Tom Willemsen 2cd73799b1 Simplify (?) Makefile
Rename `main.c' to `baps1.c' to allow use of more implicit make rules.
2012-05-28 00:08:11 +02:00
src Simplify (?) Makefile 2012-05-28 00:08:11 +02:00
README.org Oops, readme should ben in the top level 2012-05-17 21:28:36 +02:00

Benjamin A's PS1

To use it as it was intended put the following in your PS1 or PROMPT variable, depending on whether you use bash or zsh:

PS1="\$(/path/to/baps1)"

Or, if you like single quotes, use:

PS1='$(/path/to/baps1)'