diff --git a/completion.d/chezmoi b/completion.d/chezmoi new file mode 100644 index 0000000..acfd0bc --- /dev/null +++ b/completion.d/chezmoi @@ -0,0 +1,5 @@ +#!/bin/bash + +if (command -v chezmoi &>/dev/null); then + source <(chezmoi completion bash) +fi