Skip to content

Instantly share code, notes, and snippets.

@mattcantstop
mattcantstop / gist:5486624
Last active December 16, 2015 19:39 — forked from bylatt/gist:4971506
# GENERAL ALIASES
alias ls='ls -Glah'
alias chrome='open /Applications/Google\ Chrome.app'
alias mail='open -a Mail.app'
alias todo='open -a Reminders.app'
# BUNDLE
alias b='bundle'
alias s='bundle exec rails s'