#!/bin/bash

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