feat(completion): Ajout de la completion pour l'outil chezmoi
This commit is contained in:
parent
560a4c3f57
commit
b1cc37ba00
5
completion.d/chezmoi
Normal file
5
completion.d/chezmoi
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if (command -v chezmoi &>/dev/null); then
|
||||
source <(chezmoi completion bash)
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user