]> Sergey Matveev's repositories - zsh-autoenv.git/commit
README: improve recipe for virtualenv auto-activation
authorDaniel Hahler <git@thequod.de>
Wed, 24 May 2017 16:02:47 +0000 (18:02 +0200)
committerDaniel Hahler <git@thequod.de>
Wed, 24 May 2017 16:02:49 +0000 (18:02 +0200)
commit9ecb91480d6a868b31d6c26d8557775b87b592c9
tree0814384f135021ceb56d3f1734331be5009b0b7b
parent4aeb48a02e7fd20e89c207310bbd3d2e74b76479
README: improve recipe for virtualenv auto-activation

- check that VIRTUAL_ENV is non-empty, which might happen when
`deactivate` was called already.
- perform directory name abbreviation on the virtualenv path.
README.md