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.
This commit is contained in:
heavy 2022-02-08 23:04:15 +01:00
parent 77b5ef4633
commit b85345ef74

View File

@ -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 }}