dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8a3959bc11a4681153dccdd21e00434d3eb7ca09
parent 7e2b4d44a19fe711eb1191fbd3a45da535bd7aa4
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue,  7 May 2019 19:24:38 +0200

updatemaster: don't do anything with ruby gems

Former-commit-id: 2a614577697b051c811c36d8d94b6e3f578c3cee
Diffstat:
Mscripts/updatemaster | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/scripts/updatemaster b/scripts/updatemaster @@ -234,13 +234,5 @@ fi hr -# Ruby gems {{{ -if command -v gem &> /dev/null; then - gem cleanup -fi -# }}} -# -hr - echo_succ "All systems checked." notify "All systems checked." "Everything you indicated should be upgraded."