Skip to content

Instantly share code, notes, and snippets.

@unimatrixZxero
Created July 21, 2009 13:33
Show Gist options
  • Save unimatrixZxero/151330 to your computer and use it in GitHub Desktop.
Save unimatrixZxero/151330 to your computer and use it in GitHub Desktop.
# 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