I hereby claim:
- I am eitheror on github.
- I am eitheror (https://keybase.io/eitheror) on keybase.
- I have a public key ASBeenvMYU2f1ajQSPii_wTwXkHlktilsENmPCgjjZ9w6go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # | |
| # DESCRIPTION: | |
| # | |
| # Set the bash prompt according to: | |
| # * the branch/status of the current git repository | |
| # * the name of the current virtualenv (if activated) | |
| # | |
| # https://gist.github.com/hugorodgerbrown/4143150/ | |
| # |