From f4309437d1b26eb8576a8ed9d46febfa7f7e4aee Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 18 Sep 2012 08:27:16 +0200 Subject: .aliases: Make `update` update Ruby gems as well --- .aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.aliases b/.aliases index 0d11d07..3bc2f5f 100644 --- a/.aliases +++ b/.aliases @@ -46,8 +46,8 @@ alias sudo='sudo ' # Gzip-enabled `curl` alias gurl="curl --compressed" -# Get OS X Software Updates, and update Homebrew, npm, and their installed packages -alias update='sudo softwareupdate -i -a; brew update; brew upgrade; npm update npm -g; npm update -g' +# 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' # IP addresses alias ip="dig +short myip.opendns.com @resolver1.opendns.com" -- cgit v1.2.3