if chezmoi >/dev/null then if [[ $(chezmoi status | wc -l) != "0" ]]; then echo echo "== chezmoi files have changed ==" echo chezmoi status fi fi