6 lines
117 B
Plaintext
Raw Normal View History

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