aboutsummaryrefslogtreecommitdiff
path: root/venvworkon.sh
diff options
context:
space:
mode:
authorBaptiste Darthenay <baptiste@darthenay.fr>2016-12-27 20:33:59 +0100
committerBaptiste Darthenay <baptiste@darthenay.fr>2016-12-27 20:33:59 +0100
commitef80fa0bec2df62c2ea5469123b4ad794c7c9306 (patch)
treedcdfe5f39e5692877b881713649476fcf4d3f0c2 /venvworkon.sh
parentb5775083a1fe12b3393789ad6b4ea67c67112558 (diff)
Rename postload.sh to postactivate.sh.
This is closer to the virtualenvwrapper naming.
Diffstat (limited to 'venvworkon.sh')
-rwxr-xr-xvenvworkon.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/venvworkon.sh b/venvworkon.sh
index adca644..f6ac4ef 100755
--- a/venvworkon.sh
+++ b/venvworkon.sh
@@ -26,8 +26,8 @@ workon() {
source "$envdir/bin/activate"
- if [ -e "$envdir/postload.sh" ]
+ if [ -e "$envdir/postactivate.sh" ]
then
- source "$envdir/postload.sh"
+ source "$envdir/postactivate.sh"
fi
}