diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-09-18 08:27:16 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-09-18 08:27:16 +0200 |
commit | f4309437d1b26eb8576a8ed9d46febfa7f7e4aee (patch) | |
tree | ca0acd5dab0d8a2ba740a57bd71ea07ccfb8650b /.aliases | |
parent | c600335af5938507be1bfe200104c752cc387923 (diff) | |
download | dotfiles-f4309437d1b26eb8576a8ed9d46febfa7f7e4aee.tar.gz dotfiles-f4309437d1b26eb8576a8ed9d46febfa7f7e4aee.tar.bz2 dotfiles-f4309437d1b26eb8576a8ed9d46febfa7f7e4aee.zip |
.aliases: Make `update` update Ruby gems as well
Diffstat (limited to '.aliases')
-rw-r--r-- | .aliases | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |