mirror of
https://github.com/containers/podman.git
synced 2025-07-18 10:08:07 +08:00
Merge pull request #12193 from yahavi/patch-1
[CI:DOCS] Fix Zsh completion command documentation
This commit is contained in:
@ -40,7 +40,7 @@ Shell completion needs to be already enabled in the environment. The following c
|
|||||||
**echo "autoload -U compinit; compinit" >> ~/.zshrc**
|
**echo "autoload -U compinit; compinit" >> ~/.zshrc**
|
||||||
|
|
||||||
To make it available for all zsh sessions run:\
|
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.
|
Once the shell is reloaded the auto-completion should be working.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user