6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
if (command -v mise &>/dev/null); then
|
||
|
source <(mise completion bash)
|
||
|
fi
|