Skip to content

Commit

Permalink
Merge pull request paulirish#69 from Edditoria/master
Browse files Browse the repository at this point in the history
gem update --no-document rather then deprecated switch
  • Loading branch information
paulirish committed May 31, 2016
2 parents 7c46f8c + 52416eb commit 133de5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ alias master="git checkout master"
alias ip="dig +short myip.opendns.com @resolver1.opendns.com"
# alias dig="dig +nocmd any +multiline +noall +answer"
# wget sucks with certificates. Let's keep it simple.
alias wget="curl -O"
alias wget="curl -O"

# Recursively delete `.DS_Store` files
alias cleanup_dsstore="find . -name '*.DS_Store' -type f -ls -delete"
Expand All @@ -89,5 +89,4 @@ alias emptytrash=" \

# Update installed Ruby gems, Homebrew, npm, and their installed packages
alias brew_update="brew -v update; brew upgrade --force-bottle --cleanup; brew cleanup; brew cask cleanup; brew prune; brew doctor; npm-check -g -u"
alias update_brew_npm_gem='brew_update; npm install npm -g; npm update -g; sudo gem update --system; sudo gem update --no-rdoc --no-ri'

alias update_brew_npm_gem='brew_update; npm install npm -g; npm update -g; sudo gem update --system; sudo gem update --no-document'
3 changes: 1 addition & 2 deletions fish/aliases.fish
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,4 @@ alias fs="stat -f \"%z bytes\""

# Update installed Ruby gems, Homebrew, npm, and their installed packages
alias brew_update="brew -v update; brew upgrade --force-bottle --cleanup; brew cleanup; brew cask cleanup; brew prune; brew doctor; npm-check -g -u"
alias update_brew_npm_gem='brew_update; npm install npm -g; npm update -g; sudo gem update --system; sudo gem update --no-rdoc --no-ri'

alias update_brew_npm_gem='brew_update; npm install npm -g; npm update -g; sudo gem update --system; sudo gem update --no-document'

0 comments on commit 133de5c

Please sign in to comment.