diff options
Diffstat (limited to '.virtpyenvs/postdeactivate')
-rw-r--r-- | .virtpyenvs/postdeactivate | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.virtpyenvs/postdeactivate b/.virtpyenvs/postdeactivate new file mode 100644 index 0000000..6fefe20 --- /dev/null +++ b/.virtpyenvs/postdeactivate @@ -0,0 +1,3 @@ +#!/usr/bin/zsh +# This hook is sourced after every virtualenv is deactivated. + |