Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,12 +398,13 @@ plugins(
)
```

#### prezto
#### Prezto

```zsh
poetry completions zsh > ~/.zprezto/modules/completion/external/src/_poetry
```

{{% note %}}
You may need to restart your shell in order for these changes to take effect.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this note was meant for all types of shells. Maybe, we should put it at the top (before the sections for indiviual shells).

If completions still don't work, try removing `~/.cache/prezto/zcompcache` and starting a new shell.
{{% /note %}}