mirror of
https://github.com/containers/podman.git
synced 2025-06-24 03:08:13 +08:00
Remove unnecessary backslashes
Signed-off-by: Adam Jones <domdomegg+git@gmail.com>
This commit is contained in:
@ -40,12 +40,12 @@ podman completion -f /etc/bash_completion.d/podman bash
|
|||||||
|
|
||||||
|
|
||||||
### ZSH
|
### ZSH
|
||||||
Shell completion needs to be already enabled in the environment. The following can be executed:\
|
Shell completion needs to be already enabled in the environment. The following can be executed:
|
||||||
```
|
```
|
||||||
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
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user