feat: Ajout completion pour mise

This commit is contained in:
Xavier Logerais 2024-06-18 12:44:05 +00:00
parent ee3626059c
commit c9bb673a15

5
completion.d/mise Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
if (command -v mise &>/dev/null); then
source <(mise completion bash)
fi