dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 24df6b9380e7b10812d2ca854aeea4801cf4063c
parent 6b3599cd5d55af2565299460d89158defd8b771c
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Wed,  2 Nov 2016 09:34:48 -0700

update brew upgrade syntax

Diffstat:
Mbin/uu | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/uu b/bin/uu @@ -29,7 +29,7 @@ elif [[ "$UNAMESTR" == 'Darwin' ]]; then echo "Fetching updates..." brew analytics off brew update && \ - brew upgrade --all && \ + brew upgrade && \ brew cleanup #conda update --all else