6 lines
85 B
Bash
6 lines
85 B
Bash
#!/bin/bash
|
|
|
|
if (command -v k3d &>/dev/null); then
|
|
source <(k3d completion bash)
|
|
fi
|