Custom Plugins
Auto-activate Virtual Environments in Python Projects
- Clone this repository into
$ZSH_CUSTOM/plugins
(by default~/.oh-my-zsh/custom/plugins
)
git clone https://github.com/lxp731/auto-venv $ZSH_CUSTOM/plugins/auto-venv
- Add
auto-venv
to the plugins array in your~/.zshrc
file
plugins=(
...
auto-venv
)