diff options
Diffstat (limited to '.virtpyenvs/premkvirtualenv')
-rwxr-xr-x | .virtpyenvs/premkvirtualenv | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.virtpyenvs/premkvirtualenv b/.virtpyenvs/premkvirtualenv new file mode 100755 index 0000000..0e6671e --- /dev/null +++ b/.virtpyenvs/premkvirtualenv @@ -0,0 +1,4 @@ +#!/usr/bin/zsh +# This hook is run after a new virtualenv is created and before it is activated. +# argument: name of new environment + |