config-bash/completion.d/mise

6 lines
87 B
Plaintext
Raw Normal View History

2024-06-18 14:44:05 +02:00
#!/bin/bash
if (command -v mise &>/dev/null); then
source <(mise completion bash)
fi