0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/poetry
2022-01-19 17:15:16 +01:00
..
poetry.plugin.zsh chore(poetry): fix copy-paste error 2022-01-19 17:15:16 +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)