Files
config-bash/completion.d/chezmoi

6 lines
93 B
Bash

#!/bin/bash
if (command -v chezmoi &>/dev/null); then
source <(chezmoi completion bash)
fi