feat: Ajout completion pour mise
This commit is contained in:
5
completion.d/mise
Normal file
5
completion.d/mise
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if (command -v mise &>/dev/null); then
|
||||
source <(mise completion bash)
|
||||
fi
|
Reference in New Issue
Block a user