Skip to content

Commit

Permalink
Fix Zsh completion command documentation
Browse files Browse the repository at this point in the history
Signed-off-by: yahavi <[email protected]>
  • Loading branch information
yahavi authored and mheon committed Nov 12, 2021
1 parent c2fb170 commit 8b368b5
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 8b368b5

Please sign in to comment.