Files
config-bash/completion.d/chezmoi
T

6 lines
93 B
Bash

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