From b85345ef744f16d3fe13aacb3508b2976f004888 Mon Sep 17 00:00:00 2001 From: heavy Date: Tue, 8 Feb 2022 23:04:15 +0100 Subject: [PATCH] Ignore rustup completion on all systems except hetzner. Is the only one with rustup so far. But would be better to check if rustup is installed. --- .chezmoiignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.chezmoiignore b/.chezmoiignore index d5bcbaf..08b8f5a 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1 +1,6 @@ +README.adoc vim-lightline.tar.gz + +{{- if ne .chezmoi.hostname "docker-ce-ubuntu-2gb-nbg1-1" }} +.local/share/bash-completion/completions/rustup +{{- end }}