Skip to content

Instantly share code, notes, and snippets.

@sigma
Created July 28, 2010 16:47
Show Gist options
  • Save sigma/495236 to your computer and use it in GitHub Desktop.
Save sigma/495236 to your computer and use it in GitHub Desktop.
virtualenv global postactivate: don't change PS1 in my back
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