Last active
December 17, 2015 18:29
-
-
Save brooksreese/5654005 to your computer and use it in GitHub Desktop.
Bash config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🤘