4 lines
95 B
Text
4 lines
95 B
Text
|
#!/bin/zsh
|
||
|
# This hook is sourced after every virtualenv is deactivated.
|
||
|
rm /tmp/virtualenv-$$
|