<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.site-lisp/color-theme-subdued.el</filename>
    </added>
    <added>
      <filename>.site-lisp/feature-mode/feature-mode.el</filename>
    </added>
    <added>
      <filename>.site-lisp/feature-mode/snippets/feature-mode/and</filename>
    </added>
    <added>
      <filename>.site-lisp/feature-mode/snippets/feature-mode/fea</filename>
    </added>
    <added>
      <filename>.site-lisp/feature-mode/snippets/feature-mode/giv</filename>
    </added>
    <added>
      <filename>.site-lisp/feature-mode/snippets/feature-mode/sce</filename>
    </added>
    <added>
      <filename>.site-lisp/feature-mode/snippets/feature-mode/the</filename>
    </added>
    <added>
      <filename>.site-lisp/feature-mode/snippets/feature-mode/whe</filename>
    </added>
    <added>
      <filename>.site-lisp/haml-mode.el</filename>
    </added>
    <added>
      <filename>.site-lisp/magit</filename>
    </added>
    <added>
      <filename>.site-lisp/mode-compile.el</filename>
    </added>
    <added>
      <filename>.site-lisp/rspec-mode/.gitignore</filename>
    </added>
    <added>
      <filename>.site-lisp/rspec-mode/rspec-mode-expectations.el</filename>
    </added>
    <added>
      <filename>.site-lisp/rspec-mode/rspec-mode.el</filename>
    </added>
    <added>
      <filename>.site-lisp/sass-mode.el</filename>
    </added>
    <added>
      <filename>.site-lisp/smex</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -75,34 +75,34 @@
 (require 'yaml-mode)
 (add-to-list 'auto-mode-alist '(&quot;\\.yml$&quot; . yaml-mode))
 ;; Rinari (rails helpers)
-(add-to-list 'load-path (concat home-dir &quot;.site-lisp/rinari&quot;))
-(require 'rinari)
+;;; (add-to-list 'load-path (concat home-dir &quot;.site-lisp/rinari&quot;))
+;;; (require 'rinari)
 ;; Markdown mode
-(add-to-list 'load-path (concat home-dir &quot;.site-lisp/markdown-mode&quot;))
-(require 'markdown-mode)
+;;(add-to-list 'load-path (concat home-dir &quot;.site-lisp/markdown-mode&quot;))
+;;(require 'markdown-mode)
 
 ;; magit
-(add-to-list 'load-path (concat home-dir &quot;.site-lisp/magit&quot;))
-(require 'magit)
-(global-set-key &quot;\C-c\C-v&quot; 'magit-status)
+;;; (add-to-list 'load-path (concat home-dir &quot;.site-lisp/magit&quot;))
+;;; (require 'magit)
+;;; (global-set-key &quot;\C-c\C-v&quot; 'magit-status)
 ;; egg
 ;(add-to-list 'load-path (concat home-dir &quot;.site-lisp/egg&quot;))
 ;(require 'egg)
 ;; yasnippet
 ;(add-to-list 'load-path (concat home-dir &quot;.site-lisp/yasnippet-0.5.7&quot;))
-(require 'yasnippet)
-(yas/initialize)
-(yas/load-directory (concat home-dir &quot;.site-lisp/snippets&quot;))
+;;; (require 'yasnippet)
+;;; (yas/initialize)
+;;; (yas/load-directory (concat home-dir &quot;.site-lisp/snippets&quot;))
 ;; closure mode
-(add-to-list 'load-path (concat home-dir &quot;/projects/resources/clojure/clojure-mode&quot;))
-(setq inferior-lisp-program &quot;~/bin/clj&quot;)
-;(require 'clojure-auto)
-(autoload 'clojure-mode &quot;clojure-mode&quot; &quot;A major mode for Clojure&quot; t)
-;; php mode
-(setq auto-mode-alist
-  (cons '(&quot;\\.php\\w?&quot; . html-mode) auto-mode-alist))
-(setq auto-mode-alist
-  (cons '(&quot;\\.inc&quot; . html-mode) auto-mode-alist))
+;;; (add-to-list 'load-path (concat home-dir &quot;/projects/resources/clojure/clojure-mode&quot;))
+;;; (setq inferior-lisp-program &quot;~/bin/clj&quot;)
+;;; ;(require 'clojure-auto)
+;;; (autoload 'clojure-mode &quot;clojure-mode&quot; &quot;A major mode for Clojure&quot; t)
+;;; ;; php mode
+;;; (setq auto-mode-alist
+;;;   (cons '(&quot;\\.php\\w?&quot; . html-mode) auto-mode-alist))
+;;; (setq auto-mode-alist
+;;;   (cons '(&quot;\\.inc&quot; . html-mode) auto-mode-alist))
 
 ;(require 'toggle)
 ;(require 'autotest)
@@ -325,3 +325,25 @@ buffer read-only, so I suggest setting kill-read-only-ok to t.&quot;
   (setenv &quot;PATH&quot; (concat &quot;/opt/local/bin:/usr/local/bin:&quot; (getenv &quot;PATH&quot;)))
   (push &quot;/opt/local/bin&quot; exec-path))
 
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+    (load
+     (expand-file-name &quot;~/.emacs.d/elpa/package.el&quot;))
+  (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+    (load
+     (expand-file-name &quot;~/.emacs.d/elpa/package.el&quot;))
+  (package-initialize))</diff>
      <filename>.emacs</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-Subproject commit 3b1d1fe36621ac927bee9755a08977e98e3f5b1a
+Subproject commit 1dd749f558985a408bc1ac47b88f7634807e4767</diff>
      <filename>.site-lisp/rinari</filename>
    </modified>
    <modified>
      <diff>@@ -35,8 +35,8 @@ setopt SHARE_HISTORY          # share history between open shells
 ###
 # Setup vars
 ###
-PATH=~/bin:&quot;/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin/:/opt/local/lib/postgresql83/bin/:$PATH&quot;
-
+PATH=&quot;/Users/bwilson/bin:/Users/bwilson/.gem/ruby/1.8/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin/:/opt/local/lib/postgresql83/bin/:$PATH&quot;
+#PATH=~/projects/readingeggs/vendor/plugins/cucumber/bin:$PATH
 export PATH
 TZ=&quot;Australia/Sydney&quot;
 
@@ -44,11 +44,11 @@ HISTFILE=$HOME/.zsh_history
 HISTSIZE=10000
 SAVEHIST=10000
 HOSTNAME=&quot;`hostname`&quot;
-REPORTTIME=10 # print elapsed time when more than 10 seconds
+REPORTTIME=120 # print elapsed time when more than 10 seconds
 
 export PAGER='less'
 export SHELL=&quot;/bin/zsh&quot;
-export RUBYLIB=&quot;/Users/brad/projects/scripts/lib&quot;
+export RUBYLIB=&quot;~/projects/scripts/lib&quot;
 
 export EDITOR=&quot;emacsclient&quot;
 export GIT_EDITOR=&quot;emacsclient&quot;
@@ -103,7 +103,7 @@ alias l=&quot;ls -laFhG&quot;
 alias m=&quot;mate .&quot;
 alias mw=&quot;mate -w&quot;
 alias myip=&quot;ifconfig | grep 192.168 || ifconfig | grep 10.32&quot;
-alias psg=&quot;ps ax | grep &quot;
+alias psg=&quot;ps ax | grep -i &quot;
 alias wget=&quot;wget -c&quot;
 alias top=&quot;top -o cpu&quot;
 alias mtop=&quot;top -o rsize&quot;
@@ -118,10 +118,14 @@ alias pgstart=&quot;sudo /opt/local/etc/LaunchDaemons/org.macports.postgresql83-serve
 alias pgstop=&quot;sudo /opt/local/etc/LaunchDaemons/org.macports.postgresql83-server/postgresql83-server.wrapper stop&quot;
 
 # rails helpers 
-alias ss=&quot;rm -f log/development.log; rm -f log/test.log* ; thin start&quot;
-alias ssd=&quot;rm -f log/development.log &amp;&amp; ./script/server webrick --debugger&quot;
+alias ss=&quot;rm -f log/*.log; thin start&quot;
+alias ssd=&quot;rm -f log/*.log; ./script/server webrick --debugger&quot;
 alias mdmu=&quot;rake db:migrate VERSION=0; rake db:migrate; rake db:test:clone&quot;
 alias test_timer=&quot;rake TIMER=true 2&gt;/dev/null | grep \&quot; - \&quot; | sort -r | head -n 20&quot;
+alias s=&quot;spec -f p spec/models&quot;
+alias c=&quot;cucumber&quot;
+alias lunchtime=&quot;~/bin/recov&quot;
+alias rg=&quot;rake routes | grep -i&quot;
 
 # svn helpers
 alias sst=&quot;svn st&quot;
@@ -134,14 +138,15 @@ alias srp=&quot;svn propset svn:ignore '*.log' log/ &amp;&amp; svn propset svn:ignore '*.db'
 
 # git helpers
 alias gst='git status'
-alias gl='git pull'
-alias gp='git push'
+alias gl='git pull origin staging'
+alias gp='git push origin staging'
 alias gd='git diff | mate'
 alias gc='git commit -v'
 alias gca='git commit -v -a'
 alias gb='git branch'
 alias gba='git branch -a'
 alias gpcd='git push &amp;&amp; cap deploy'
+alias gr=&quot;git reset --hard HEAD&quot;
 
 #heroku helpers
 alias hp=&quot;git push heroku master&quot;
@@ -274,11 +279,14 @@ then
 fi               
 
 
-source /Users/brad/.profile
-
+if [ -s ~/.profile ] ; then
+    source .profile
+fi
 
 # # RVM
 if [ -s ~/.rvm/scripts/rvm ] ; then 
     source ~/.rvm/scripts/rvm ;
 #    rvm system;
 fi
+
+cd ~/projects/readingeggs</diff>
      <filename>.zshrc</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>.site-lisp/haml-mode.el</filename>
    </removed>
    <removed>
      <filename>.site-lisp/sass-mode.el</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>15352f93570977365abb3bf78375a24d202c827e</id>
    </parent>
  </parents>
  <author>
    <name>Brad Wilson</name>
    <email>brad.wilson@blake.com.au</email>
  </author>
  <url>http://github.com/bradx3/dotfiles/commit/172e1a9fe8790e86ac598176ab75b50b643ca6c3</url>
  <id>172e1a9fe8790e86ac598176ab75b50b643ca6c3</id>
  <committed-date>2009-10-20T20:18:13-07:00</committed-date>
  <authored-date>2009-10-20T20:18:13-07:00</authored-date>
  <message>changes to zshrc for work, add in a bunch of emacs .site-lisp stuff</message>
  <tree>934120b3d02aad99f3592dbd0a6fed0b0ad1c0cb</tree>
  <committer>
    <name>Brad Wilson</name>
    <email>brad.wilson@blake.com.au</email>
  </committer>
</commit>
