1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

feat(poetry-env): create plugin (#11069)

This commit is contained in:
ajatkj
2023-09-20 20:21:27 +05:30
committed by GitHub
parent 350427dea2
commit 1cc32be5f6
2 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Poetry Environment Plugin
This plugin automatically changes poetry environment when you cd into or out of the project directory.
Note: Script looks for pyproject.toml file to determine poetry if its a poetry environment
To use it, add `poetry-env` to the plugins array in your zshrc file:
```zsh
plugins=(... poetry-env)
```