Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding additional information for completions in Prezto #8607

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

predmijat
Copy link

Resolves: #2048

I had to perform this additional step in order to get completions working with Prezto (capital 'P' according to the official repository).

@radoering radoering added the impact/docs Contains or requires documentation changes label Nov 12, 2023
Copy link

Deploy preview for website ready!

✅ Preview
https://website-8sbhemt6g-python-poetry.vercel.app

Built with commit b909cc6.
This pull request is being automatically deployed with vercel-action

@@ -403,12 +403,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
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).

@Secrus
Copy link
Member

Secrus commented Jan 30, 2024

I am not sure we should provide that info. Why for one type of shell framework only?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/docs Contains or requires documentation changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tab completion with Prezto (Zsh)
3 participants