diff options
author | Amber <vomitcuddle@users.noreply.github.com> | 2013-11-13 12:38:42 +0000 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-11-13 18:06:11 +0100 |
commit | fca798e72015fd82240e0ac5b3d9186598d29403 (patch) | |
tree | 6e613ab6abb902dfd845b11183a4d56136e30ea6 /.aliases | |
parent | cb8843bea74f1d223ea2967c7a891ca76c9e54e9 (diff) | |
download | dotfiles-fca798e72015fd82240e0ac5b3d9186598d29403.tar.gz dotfiles-fca798e72015fd82240e0ac5b3d9186598d29403.tar.bz2 dotfiles-fca798e72015fd82240e0ac5b3d9186598d29403.zip |
.aliases: Update RubyGems before updating installed gems
Closes #282.
Diffstat (limited to '.aliases')
-rw-r--r-- | .aliases | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ alias week='date +%V' alias timer='echo "Timer started. Stop with Ctrl-D." && date && time cat && date' # 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; brew cleanup; 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 --system; sudo gem update' # IP addresses alias ip="dig +short myip.opendns.com @resolver1.opendns.com" |