dotfiles

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

commit 8da2161caf6b37b350ed751fc325470d41997b99
parent 0933db01ba33d43910bad4752cfe1616be53b889
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu, 16 May 2019 12:17:06 +0200

updatemaster: add `brew cleanup` to avoid warning

Former-commit-id: 1f249d3ddf3ac12ff61b9b230e099eef2eced381
Diffstat:
Mscripts/updatemaster | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/updatemaster b/scripts/updatemaster @@ -143,6 +143,7 @@ if command -v brew &> /dev/null; then # Final steps & cleanup {{{ brew cleanup -s --prune-prefix; + brew cleanup; brew doctor; brew missing;