config/oh-my-zsh/plugins/poetry
2023-02-27 20:04:56 +05:30
..
poetry.plugin.zsh add zsh 2023-02-27 20:04:56 +05:30
README.md add zsh 2023-02-27 20:04:56 +05:30

Poetry Plugin

This plugin automatically installs Poetry's completions for you, and keeps them up to date as your Poetry version changes.

To use it, add poetry to the plugins array in your zshrc file:

plugins=(... poetry)