Created
July 28, 2010 16:47
-
-
Save sigma/495236 to your computer and use it in GitHub Desktop.
virtualenv global postactivate: don't change PS1 in my back
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS1="$_OLD_VIRTUAL_PS1" | |
export PS1 | |
unset _OLD_VIRTUAL_PS1 | |
rehash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment