Created
August 30, 2012 21:20
-
-
Save xaviervia/3541338 to your computer and use it in GitHub Desktop.
Shortcuts I use
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
# .bash_aliases | |
alias cuke="bundle exec cucumber -i" | |
alias spec="bundle exec rspec --color --format doc" | |
alias play="bundle exec piano" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment