Skip to content

Instantly share code, notes, and snippets.

@Riverfount
Last active December 26, 2017 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Riverfount/377f392fb3f13738abddbe3e89bd117f to your computer and use it in GitHub Desktop.
Save Riverfount/377f392fb3f13738abddbe3e89bd117f to your computer and use it in GitHub Desktop.
#!/bin/zsh
# This hook is sourced after every virtualenv is deactivated.
# Put this file into ~/.envs/ directory
unalias manage
unalias test
unalias startapp
unalias runserver
unalias testm
unalias makemigrations
unalias migrate
unalias shell
unalias shellp
unalias createsuperuser
clear
cd ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment