ohmyzsh/plugins/poetry
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-01-21 19:52:24 +01:00
..
poetry.plugin.zsh chore(poetry): remove unnecessary unset (#10605) 2022-01-21 19:52:24 +01:00
README.md feat(poetry): add plugin to provide completion for Poetry (#10595) 2022-01-19 16:49:24 +01:00

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)