#!/bin/bash

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