Skip to content

Instantly share code, notes, and snippets.

@brooksreese
Last active December 17, 2015 18:29
Show Gist options
  • Save brooksreese/5654005 to your computer and use it in GitHub Desktop.
Save brooksreese/5654005 to your computer and use it in GitHub Desktop.
Bash config
alias db="cd ~/Dropbox && pwd"
alias rr="cd ~/Dropbox/Rails && pwd"
alias recreate="bundle exec rake db:drop db:create db:migrate db:seed"
alias rmt="bundle exec rake db:migrate db:test:prepare"
alias calc="open /Applications/Calculator.app"
@danpariente
Copy link

🤘

@brooksreese
Copy link
Author

YEAH!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment