Created
April 18, 2014 11:54
-
-
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`
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
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