7a311512b1b8
Add the rip stuff.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 12 Apr 2010 13:56:08 -0400 |
parents | 04a56892ee15 |
children | d227a57e956e |
branches/tags | (none) |
files | .zshrc |
Changes
--- a/.zshrc Thu Apr 08 10:15:47 2010 -0400 +++ b/.zshrc Mon Apr 12 13:56:08 2010 -0400 @@ -62,3 +62,10 @@ z --add "$(pwd -P)" title zsh "$(pwd)" } + +# -- start rip config -- # +RIPDIR=/Users/sjl/.rip +RUBYLIB="$RUBYLIB:$RIPDIR/active/lib" +PATH="$PATH:$RIPDIR/active/bin" +export RIPDIR RUBYLIB PATH +# -- end rip config -- #