diff options
Diffstat (limited to '.virtpyenvs/initialize')
-rw-r--r-- | .virtpyenvs/initialize | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.virtpyenvs/initialize b/.virtpyenvs/initialize new file mode 100644 index 0000000..9715e08 --- /dev/null +++ b/.virtpyenvs/initialize @@ -0,0 +1,3 @@ +#!/usr/bin/zsh +# This hook is sourced during the startup phase when loading virtualenvwrapper.sh. + |