https://github.com/tek/zsh-auto-virtualenv
automatically (de)activate virtualenvs when changing directories
https://github.com/tek/zsh-auto-virtualenv
Last synced: over 1 year ago
JSON representation
automatically (de)activate virtualenvs when changing directories
- Host: GitHub
- URL: https://github.com/tek/zsh-auto-virtualenv
- Owner: tek
- Created: 2013-07-10T12:09:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-08T18:13:33.000Z (over 12 years ago)
- Last Synced: 2025-01-31T04:35:43.767Z (over 1 year ago)
- Language: Shell
- Size: 117 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
This is a zsh plugin that registers a chpwd hook that compares project
directories from `~/.virtualenvs` to `$PWD` and activates matching environments.