6 lines
85 B
Plaintext
Raw Permalink Normal View History

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