Created
April 30, 2013 06:58
-
-
Save takkanm/5487052 to your computer and use it in GitHub Desktop.
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 b="bundle" | |
alias bi="bundle install" | |
alias bu="bundle update" | |
alias be="bundle exec" | |
alias bo="bundle open" | |
alias s='spring' | |
alias g="git" | |
alias r="rails" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment