<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>dot.zshrc</filename>
    </added>
    <added>
      <filename>nakajima/j</filename>
    </added>
    <added>
      <filename>vendor/j2/README.markdown</filename>
    </added>
    <added>
      <filename>vendor/j2/j.py</filename>
    </added>
    <added>
      <filename>vendor/j2/j.sh</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -10,6 +10,7 @@ task :install do
   symlink_dotfile &quot;bash_profile&quot;
   symlink_dotfile &quot;gitconfig&quot;
   symlink_dotfile &quot;gemrc&quot;
+  symlink_dotfile &quot;zshrc&quot;
   KeyBindingsInstaller.install!
   puts &quot;\nNow run this command to reload the shell:\n\n&quot;
   puts &quot;  source ~/.bash_profile\n\n&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -3,12 +3,14 @@ function add_to_path {
 }
 
 # Load everything up
+source &quot;$HOME/dot-rot/nakajima/j&quot;
 source &quot;$HOME/dot-rot/nakajima/gems&quot;
 source &quot;$HOME/dot-rot/nakajima/mysql&quot;
 source &quot;$HOME/dot-rot/nakajima/aliases&quot;
 
 # Vendor files
-source &quot;$HOME/dot-rot/vendor/git_completions.sh&quot; 
+source &quot;$HOME/dot-rot/vendor/j2/j.sh&quot;
+source &quot;$HOME/dot-rot/vendor/git_completions.sh&quot;
 
 # For stupid little hacky scripts
 add_to_path '/Users/patnakajima/bin'
@@ -34,3 +36,21 @@ complete -C &quot;$HOME/dot-rot/bin/rake_tabber&quot; -o default rake
 # Keep machine-specific stuff in .bash_local
 touch ~/.bash_local
 source ~/.bash_local
+
+# -- start rip config -- #
+RIPDIR=&quot;$HOME/.rip&quot;
+RUBYLIB=&quot;$RUBYLIB:$RIPDIR/active/lib&quot;
+PATH=&quot;$PATH:$RIPDIR/active/bin&quot;
+export RIPDIR RUBYLIB PATH
+# -- end rip config -- #
+
+# Make `$ ruby` start ruby
+# put this in ~/.bash_profile or whatever
+ruby_or_irb () {
+  if [ &quot;$1&quot; == &quot;&quot; ]; then
+    irb
+  else
+    ruby &quot;$@&quot;
+  fi
+}
+alias rb=&quot;ruby_or_irb&quot;
\ No newline at end of file</diff>
      <filename>dot.bash_profile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,12 @@
 --- 
 :verbose: true
-:benchmark: false
 :sources: 
+- http://gemcutter.org
 - http://gems.rubyforge.org/
 - http://gems.github.com
+:benchmark: false
 :update_sources: true
-:backtrace: false
+gem: --no-rdoc --no-ri
+gemcutter_key: 61ae7f21c7bd7f5b90feb72f8c888dea
 :bulk_threshold: 1000
-:gem: --no-rdoc --no-ri
\ No newline at end of file
+:backtrace: false</diff>
      <filename>dot.gemrc</filename>
    </modified>
    <modified>
      <filename>dot.gitconfig</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b2e8ac492b3355dae55d52a658053557da8c42ab</id>
    </parent>
  </parents>
  <author>
    <name>Pat Nakajima</name>
    <email>patnakajima@gmail.com</email>
  </author>
  <url>http://github.com/nakajima/dot-rot/commit/1fc5bddb57719cc04e4f75bc49a826b656971e08</url>
  <id>1fc5bddb57719cc04e4f75bc49a826b656971e08</id>
  <committed-date>2009-09-01T16:51:21-07:00</committed-date>
  <authored-date>2009-09-01T16:51:21-07:00</authored-date>
  <message>Include j</message>
  <tree>95c3693e3ac77fe4545480d264e1ade257d75460</tree>
  <committer>
    <name>Pat Nakajima</name>
    <email>patnakajima@gmail.com</email>
  </committer>
</commit>
