6 lines
93 B
Plaintext
Raw Normal View History

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