4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
if (command -v mise &>/dev/null); then
|
|
source <(mise completion bash)
|
|
fi
|