6 lines
117 B
Bash

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