Archived
1
0
Fork 0

zshrc: Remove updating of Ruby gems

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2022-12-15 12:01:33 +01:00 committed by Christoph Heiss
parent 7504427b3c
commit 29b674eb5f
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

5
zshrc
View file

@ -216,11 +216,6 @@ update() {
yarn global upgrade
fi
if hash gem 2> /dev/null; then
__update_log gems
gem update
fi
if hash rustup 2> /dev/null; then
__update_log rust
rustup update