config-bash/completion.d/mise
2024-06-18 12:44:05 +00:00

6 lines
87 B
Bash

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