Benjamin A's PS1
Tom Willemsen
c783d74e22
It might or might not be non-standard, but I hate having to figure out which files should be removed to uninstall something, can we please have this? |
||
---|---|---|
src | ||
README.org |
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)'