feat(completion): Ajout de la completion pour l'outil chezmoi
This commit is contained in:
parent
a5dd0be77c
commit
8fc95d8e90
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