feat: move configuration files inside home folder
This commit is contained in:
10
home/.config/zsh/ohmyzsh/plugins/poetry-env/README.md
Normal file
10
home/.config/zsh/ohmyzsh/plugins/poetry-env/README.md
Normal 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)
|
||||
```
|
Reference in New Issue
Block a user