Skip to content

Instantly share code, notes, and snippets.

@richardvenneman
Created April 18, 2014 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richardvenneman/11040090 to your computer and use it in GitHub Desktop.
Save richardvenneman/11040090 to your computer and use it in GitHub Desktop.
ZSH Rails startup, depends on the osx oh-my-zsh plugin, usage: `rp myproject`
function rp() {
cd ~/Projects/$1
tab bin/rails s --bind 127.0.0.1
tab bundle exec guard
clear
mate .
git status
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment