feat(completion): Ajout de la completion pour l'outil chezmoi

This commit is contained in:
Xavier Logerais 2025-02-11 23:38:46 +01:00
parent 560a4c3f57
commit b1cc37ba00

5
completion.d/chezmoi Normal file
View File

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