config-bash/completion.d/podman

6 lines
91 B
Plaintext
Raw Normal View History

2024-06-24 11:24:32 +02:00
#!/bin/bash
if (command -v podman &>/dev/null); then
source <(podman completion bash)
fi