diff --git a/chezmoi/dot_zshrc.d/executable_chezmoi.zsh b/chezmoi/dot_zshrc.d/executable_chezmoi.zsh index 6ecc9df..468ae67 100644 --- a/chezmoi/dot_zshrc.d/executable_chezmoi.zsh +++ b/chezmoi/dot_zshrc.d/executable_chezmoi.zsh @@ -29,8 +29,10 @@ exit 0 fi - chezmoi git pull -- --rebase + echo 'Checking if Chezmoi has updates...' + chezmoi git pull -- --rebase > /dev/null if [ "$(chezmoi status)" = "" ]; then + echo 'nope! Good bye!' # there is nothing different between chezmoi and what is # applied to this machine exit 0