Enable poetry completion in ZSH
Feb 14, 2023
1 minute
dev python tipsmkdir -p ~/.oh-my-zsh/completions
poetry completions zsh > ~/.oh-my-zsh/completions/_poetry
Source: this comment on Github.
{ Limezest 🍋 }
mkdir -p ~/.oh-my-zsh/completions
poetry completions zsh > ~/.oh-my-zsh/completions/_poetry
Source: this comment on Github.