aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.aliases4
1 files 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"