Files
config-bash/completion.d/k3d
T

6 lines
85 B
Bash

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