]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/poetry/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / poetry / README.md
1 # Poetry Plugin
2
3 This plugin automatically installs [Poetry](https://python-poetry.org/)'s completions for you, and keeps them up to date as your Poetry version changes.
4
5 To use it, add `poetry` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... poetry)
9 ```