4 lines
170 B
Text
4 lines
170 B
Text
|
|
# shellcheck shell=bash
|
||
|
|
# shellcheck disable=SC1090
|
||
|
|
# Tab completion for Podman, a rootless container engine
|
||
|
|
command -v podman &>/dev/null && . <(podman completion bash)
|