From 36fc80a8c983efa5759462e68796ecae4aedbf25 Mon Sep 17 00:00:00 2001 From: Heavy Date: Wed, 9 Feb 2022 21:51:14 +0100 Subject: [PATCH] Excluding motd from hetzner system. --- .chezmoiignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.chezmoiignore b/.chezmoiignore index 08b8f5a..de963c3 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,6 +1,9 @@ README.adoc vim-lightline.tar.gz +{{- if eq .chezmoi.hostname "docker-ce-ubuntu-2gb-nbg1-1" }} +.bashrc.d/11.motd +{{- end }} {{- if ne .chezmoi.hostname "docker-ce-ubuntu-2gb-nbg1-1" }} .local/share/bash-completion/completions/rustup {{- end }}