dotfiles

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

commit 4588bc157b424467f90f79dbe6f1f2f9190d3dd6
parent 803f9eab85d7d4a3095a7aa26146ffbe6edaddf0
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue, 21 Aug 2018 13:20:13 +0200

Removed deprecated brew cask cleanup

Diffstat:
Mdotfiles/bin/updatemaster | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/dotfiles/bin/updatemaster b/dotfiles/bin/updatemaster @@ -153,7 +153,6 @@ if command -v brew &> /dev/null; then # Final steps & cleanup brew cleanup -s; - brew cask cleanup; brew prune; brew doctor; brew missing;