2025-01-17 09:07:23 +00:00

6 lines
85 B
Bash

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