Created
July 21, 2009 13:33
-
-
Save unimatrixZxero/151330 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
# put this in your ~/.bash_profile (Mac OS X) | |
# Useful for Rails and Texmate coders | |
# Sometimes I find it's the little things that make life easier. | |
alias rr='rake routes' | |
alias ss='script/server' | |
alias ..='cd ..' | |
alias e='mate .' | |
alias lh3='open http://localhost:3000' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment