Skip to content

Commit

Permalink
alias for cask
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Oct 18, 2014
1 parent 8bdb317 commit d1580d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ alias .....="cd ../../../.."
alias ~="cd ~" # `cd` is probably faster to type though
alias -- -="cd -"

# programs
alias slt='open -a "Sublime Text 2"'
# also/or do this:
# the subl symlink was probably set up already but in case it wasn't…
# ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl


# i <3 u cask
alias cask='brew cask'

# be nice
alias please=sudo
alias hosts='sudo $EDITOR /etc/hosts' # yes I occasionally 127.0.0.1 twitter.com ;)
Expand Down

0 comments on commit d1580d0

Please sign in to comment.