Merge pull request #12193 from yahavi/patch-1

[CI:DOCS] Fix Zsh completion command documentation
This commit is contained in:
OpenShift Merge Robot
2021-11-11 16:17:41 +01:00
committed by GitHub

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.