6 lines
87 B
Plaintext
Raw Permalink Normal View History

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