mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-09-21 18:46:06 +02:00
Poetry Environment Plugin
This plugin automatically activates a Poetry environment when you enter a
directory containing both pyproject.toml and poetry.lock. It keeps the
environment active in project subdirectories, switches to nested Poetry
projects, and deactivates it when you leave the project tree.
To use it, add poetry-env to the plugins array in your zshrc file:
plugins=(... poetry-env)