extra: zshrc: Remove rustup auto-update script; now obsolete

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-06-15 15:35:39 +02:00
parent f6b2b6b72a
commit f129780301
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7

View file

@ -58,9 +58,4 @@ update() {
flatpak update -y
flatpak remove -y --unused
fi
if hash rustup 2> /dev/null; then
__update_log rust
rustup update
fi
}