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