From 5da1d7b96495de042305a3b9c740c8cda771f809 Mon Sep 17 00:00:00 2001 From: Predrag Mijatovic <8684411+predmijat@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:28:03 +0100 Subject: [PATCH] Adding additional information for completions in Prezto --- docs/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_index.md b/docs/_index.md index bb639212e55..6ea45748e45 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -398,7 +398,7 @@ plugins( ) ``` -#### prezto +#### Prezto ```zsh poetry completions zsh > ~/.zprezto/modules/completion/external/src/_poetry @@ -406,4 +406,5 @@ 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. +If completions still don't work, try removing `~/.cache/prezto/zcompcache` and starting a new shell. {{% /note %}}