Fix Zsh completion command documentation

Signed-off-by: yahavi <yahavi@jfrog.com>
This commit is contained in:
Yahav Itzhak
2021-11-07 10:44:10 +02:00
committed by yahavi
parent abbd6c167e
commit 8a9da76989

View File

@ -40,7 +40,7 @@ Shell completion needs to be already enabled in the environment. The following c
**echo "autoload -U compinit; compinit" >> ~/.zshrc**
To make it available for all zsh sessions run:\
**podman completion -f "${fpath[1]}/_podman zsh"**
**podman completion -f "${fpath[1]}/_podman" zsh**
Once the shell is reloaded the auto-completion should be working.