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