config-bash/completion.d/podman
2024-06-24 09:24:32 +00:00

6 lines
91 B
Bash

#!/bin/bash
if (command -v podman &>/dev/null); then
source <(podman completion bash)
fi