Skip to content

Instantly share code, notes, and snippets.

@Atala
Created September 30, 2014 07:55
Show Gist options
  • Save Atala/f8e8ef4d74c07bfdaf76 to your computer and use it in GitHub Desktop.
Save Atala/f8e8ef4d74c07bfdaf76 to your computer and use it in GitHub Desktop.
Postdeactivate hook for virtulenvwrapper
#!/bin/zsh
# This hook is sourced after every virtualenv is deactivated.
# remove virtualenv
RPROMPT="$_OLD_RPROMPT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment