From 10c701d522864289aeac7884375629ad8c349608 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sun, 7 Oct 2012 18:05:19 +0200 Subject: .aliases: Make `update` run `brew cleanup` Thanks to @patrickkettner for the suggestion on Twitter: http://twitter.com/patrickkettner/statuses/254387082791903232 --- .aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.aliases b/.aliases index 3bc2f5f..59d6d20 100644 --- a/.aliases +++ b/.aliases @@ -47,7 +47,7 @@ alias sudo='sudo ' alias gurl="curl --compressed" # Get OS X Software Updates, and update installed Ruby gems, Homebrew, npm, and their installed packages -alias update='sudo softwareupdate -i -a; brew update; brew upgrade; npm update npm -g; npm update -g; sudo gem update' +alias update='sudo softwareupdate -i -a; brew update; brew upgrade; brew cleanup; npm update npm -g; npm update -g; sudo gem update' # IP addresses alias ip="dig +short myip.opendns.com @resolver1.opendns.com" -- cgit v1.2.3