# HG changeset patch # User Steve Losh # Date 1271094968 14400 # Node ID 7a311512b1b876aa718189e36d84cc090f01f769 # Parent 04a56892ee15b0716675d605257d3145eb56e605 Add the rip stuff. diff -r 04a56892ee15 -r 7a311512b1b8 .zshrc --- 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 -- #