#!/bin/bash

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