<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>ackrc</filename>
    </added>
    <added>
      <filename>vim/.netrwhist</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <filename>autotest</filename>
    </modified>
    <modified>
      <diff>@@ -23,4 +23,5 @@ namespace :campfire do
   end
 end
 
-after &quot;deploy&quot;, &quot;campfire:notify&quot;
+after &quot;deploy&quot;,            &quot;campfire:notify&quot;
+after &quot;deploy:migrations&quot;, &quot;campfire:notify&quot;
\ No newline at end of file</diff>
      <filename>cap/campfire.rb</filename>
    </modified>
    <modified>
      <diff>@@ -15,6 +15,11 @@ after &quot;deploy&quot; do
   find_and_execute_task &quot;growl:notify&quot;
 end
 
+after &quot;deploy:migrations&quot; do
+  ENV[&quot;GROWL_MESSAGE&quot;] ||= &quot;deployed #{application} #{stage}&quot;
+  find_and_execute_task &quot;growl:notify&quot;
+end
+
 after &quot;rollback&quot; do
   ENV[&quot;GROWL_MESSAGE&quot;] ||= &quot;rolled back #{application} #{stage}&quot;
   find_and_execute_task &quot;growl:alert&quot;</diff>
      <filename>cap/growl.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,38 +1,16 @@
-&quot; An example for a vimrc file.
-&quot;
-&quot; Maintainer:	Bram Moolenaar &lt;Bram@vim.org&gt;
-&quot; Last change:	2006 Nov 16
-&quot;
-&quot; To use it, copy it to
-&quot;     for Unix and OS/2:  ~/.vimrc
-&quot;	      for Amiga:  s:.vimrc
-&quot;  for MS-DOS and Win32:  $VIM\_vimrc
-&quot;	    for OpenVMS:  sys$login:.vimrc
-
-&quot; When started as &quot;evim&quot;, evim.vim will already have done these settings.
-if v:progname =~? &quot;evim&quot;
-  finish
-endif
-
-&quot; Use Vim settings, rather then Vi settings (much better!).
-&quot; This must be first, because it changes other options as a side effect.
 set nocompatible
-
-&quot; allow backspacing over everything in insert mode
 set backspace=indent,eol,start
 
 if has(&quot;vms&quot;)
-  set nobackup		&quot; do not keep a backup file, use versions instead
+  set nobackup &quot; do not keep a backup file, use versions instead
 else
-  set backup		&quot; keep a backup file
+  set backup   &quot; keep a backup file
 endif
-set history=50		&quot; keep 50 lines of command line history
-set ruler		&quot; show the cursor position all the time
-set showcmd		&quot; display incomplete commands
-set incsearch		&quot; do incremental searching
 
-&quot; For Win32 GUI: remove 't' flag from 'guioptions': no tearoff menu entries
-&quot; let &amp;guioptions = substitute(&amp;guioptions, &quot;t&quot;, &quot;&quot;, &quot;g&quot;)
+set history=100
+set ruler &quot; show the cursor position all the time
+set showcmd &quot; display incomplete commands
+set incsearch &quot; do incremental searching
 
 &quot; Don't use Ex mode, use Q for formatting
 map Q gq
@@ -75,7 +53,7 @@ if has(&quot;autocmd&quot;)
 
 else
 
-  set autoindent		&quot; always set autoindenting on
+  set autoindent &quot; always set autoindenting on
 
 endif &quot; has(&quot;autocmd&quot;)
 
@@ -86,7 +64,7 @@ command DiffOrig vert new | set bt=nofile | r # | 0d_ | diffthis
 
 &quot; Custom
 
-set expandtab shiftwidth=4 tabstop=4
+set noexpandtab shiftwidth=4 tabstop=4
 autocmd FileType ruby,eruby,yaml set et sw=2 sts=2
 &quot; set list
 &quot; set smartindent
@@ -104,3 +82,23 @@ endif
 &quot; Map FuzzyFinderTextMate to '\t'
 map &lt;leader&gt;t :FuzzyFinderTextMate&lt;CR&gt;
 map ,t :ruby finder.rescan!
+
+set hidden
+nnoremap ' `
+nnoremap ` '
+runtime macros/matchit.vim
+set wildmenu
+set wildmode=list:longest
+set ignorecase
+set smartcase
+set title
+set scrolloff=3
+set backupdir=/var/tmp
+set directory=/var/tmp
+nnoremap &lt;C-e&gt; 3&lt;C-e&gt;
+nnoremap &lt;C-y&gt; 3&lt;C-y&gt;
+set list
+set listchars=tab:&#9654;.,trail:&#183;,eol:$
+nmap &lt;silent&gt; &lt;leader&gt;s :set nolist!&lt;CR&gt;
+set shortmess=atI
+set visualbell</diff>
      <filename>vimrc</filename>
    </modified>
    <modified>
      <diff>@@ -6,14 +6,11 @@ export RPROMPT=&quot;&quot;
 
 export LSCOLORS=&quot;Exfxcxdxbxegedabagacad&quot;
 
-export PATH=/usr/local/bin:/user/local/mysql/bin:$PATH
+export PATH=/usr/local/bin:/usr/local/jruby/bin:/usr/local/mysql/bin:$PATH
 export MANPATH=/usr/local/man:$MANPATH
 export CODEPATH=~/Documents/Code
 export GEMPATH=`gem env gemdir`
 
-export EDITOR=&quot;mvim -f&quot;
-export VISUAL=$EDITOR
-
 fpath=(~/.zsh/functions $fpath)
 autoload -U ~/.zsh/functions/*(:t)
 
@@ -21,10 +18,9 @@ HISTFILE=~/.zsh_history
 HISTSIZE=1000
 SAVEHIST=1000
 
-# setopt HIST_VERIFY
 setopt EXTENDED_HISTORY
 setopt APPEND_HISTORY
-setopt INC_APPEND_HISTORY SHARE_HISTORY
+# setopt INC_APPEND_HISTORY SHARE_HISTORY
 setopt HIST_IGNORE_ALL_DUPS
 setopt HIST_REDUCE_BLANKS
 
@@ -39,9 +35,5 @@ setopt RM_STAR_WAIT
 
 unsetopt NO_HUP
 
-# These, for some reason, are unset by defining &quot;mvim&quot; as the $VISUAL editor.
-bindkey '^A' beginning-of-line
-bindkey '^E' end-of-line
-
 bindkey '^[[5D' backward-word
 bindkey '^[[5C' forward-word</diff>
      <filename>zsh/config</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0f217aa44c5cdc5927cd9fdeb165a742ac7f356f</id>
    </parent>
  </parents>
  <author>
    <name>Stephen Celis</name>
    <email>stephen@stephencelis.com</email>
  </author>
  <url>http://github.com/stephencelis/dotfiles/commit/c8b7dc92b8ab6e3dc3d8eca81b1e18e22ed5eb4a</url>
  <id>c8b7dc92b8ab6e3dc3d8eca81b1e18e22ed5eb4a</id>
  <committed-date>2008-12-30T17:03:28-08:00</committed-date>
  <authored-date>2008-12-30T17:03:28-08:00</authored-date>
  <message>Assorted changes. Not yet included: Emacs.</message>
  <tree>7488feaaaf610e65ba749596783a8dd2975afd51</tree>
  <committer>
    <name>Stephen Celis</name>
    <email>stephen@stephencelis.com</email>
  </committer>
</commit>
