Skip to content

Commit

Permalink
Merge pull request #12193 from yahavi/patch-1
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix Zsh completion command documentation
  • Loading branch information
openshift-merge-robot authored Nov 11, 2021
2 parents 8fd31c6 + 8a9da76 commit d5b411c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-completion.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d5b411c

Please sign in to comment.