Skip to content

Commit

Permalink
Added gzip-enabled curl alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Gillespie committed Aug 29, 2012
1 parent 3f52e37 commit c15dcef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zsh/aliases.zsh
Expand Up @@ -39,6 +39,9 @@ alias \$=' '
# Enable aliases to be sudo’ed
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'

Expand Down

0 comments on commit c15dcef

Please sign in to comment.