<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>etc/vim/extras/ctags</filename>
    </added>
    <added>
      <filename>etc/vim/indent/javascript.vim</filename>
    </added>
    <added>
      <filename>etc/vim/syntax/javascript.vim</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -11,7 +11,7 @@ export PLATFORM=&quot;$MACHINE-$OS-$OSVERSION&quot;
 
 # Path ------------------------------------------------------------
 if [ &quot;$OS&quot; = &quot;darwin&quot; ] ; then
-  export PATH=/opt/local/bin:/opt/local/sbin:/usr/local/mysql/bin:$PATH  # OS-X Specific, with MacPorts and MySQL installed
+  export PATH=/opt/local/bin:/opt/local/sbin:$PATH  # OS-X Specific, with MacPorts and MySQL installed
   #export PATH=/opt/local/bin:/opt/local/sbin:$PATH  # OS-X Specific, with MacPorts installed
 fi
 </diff>
      <filename>etc/bash_profile</filename>
    </modified>
    <modified>
      <diff>@@ -62,7 +62,7 @@ fi
 
 # Use vi command mode
 #bind &quot;set editing-mode vi&quot;
-#set -o vi
+set -o vi
 #bind -m vi-command -r 'v'
 
 # git completion
@@ -75,7 +75,8 @@ source ~/cl/bin/git-completion.bash
 
 prompt_func() {
     previous_return_value=$?;
-    prompt=&quot;${COLOR_GREEN}\w${COLOR_GRAY}$(__git_ps1)${COLOR_NC}\[\033]0;\u@\h: \w\007\] &quot;
+    prompt=&quot;${COLOR_GREEN}\w${COLOR_GRAY}$(__git_ps1)${COLOR_NC} &quot;
+    #prompt=&quot;${COLOR_GREEN}\w${COLOR_GRAY}$(__git_ps1)${COLOR_NC}\[\033]0;\u@\h: \w\007\] &quot;
     #prompt=&quot;${COLOR_GREEN}\w${COLOR_NC}$(__git_ps1)${COLOR_YELLOW}$(git_dirty_flag)${COLOR_NC} &quot;
 
     if test $previous_return_value -eq 0</diff>
      <filename>etc/bashrc</filename>
    </modified>
    <modified>
      <diff>@@ -183,6 +183,10 @@ rrtest(){
   date
 }
 
+rrtestsingle(){
+  rake test:units TEST=&quot;$@&quot; | awk -F&quot;,&quot; '{printf(&quot;%20s%20s%20s%20s\n&quot;, $1,$2,$3,$4)}' | highlight red &quot; [1-9]0* failures&quot; red &quot; [1-9]0* errors&quot;
+}
+
 rrtestsummary(){
   date
   rake | grep &quot;tests,&quot; | awk -F&quot;,&quot; '{printf(&quot;%20s%20s%20s%20s\n&quot;, $1,$2,$3,$4)}' | highlight red &quot; [1-9]0* failures&quot; red &quot; [1-9]0* errors&quot;</diff>
      <filename>etc/bashrc_app_specific</filename>
    </modified>
    <modified>
      <diff>@@ -27,7 +27,7 @@ set anti &quot; Antialias font
 &quot;set transparency=0
 
 &quot; Default size of window
-set columns=120 
+set columns=179 
 set lines=50
 
 &quot; Tab headings </diff>
      <filename>etc/vim/gvimrc</filename>
    </modified>
    <modified>
      <diff>@@ -13,8 +13,8 @@ snippet fun
 snippet f
 	function(${1}) {${2}};
 snippet fp
-	${1:method_name}: function(${2:attribute}){
-		${3://body...}
+	${1:method_name}: function(${2}){
+		${3}
 	}${4:,}
 # if
 snippet if</diff>
      <filename>etc/vim/snippets/javascript.snippets</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b20cf688f299664f39def1cc471ad98d91eb2b42</id>
    </parent>
  </parents>
  <author>
    <name>Todd Werth</name>
    <email>twerth@infinitered.com</email>
  </author>
  <url>http://github.com/twerth/dotfiles/commit/8b449b067e815037a15be7e3d874038cd2a08f50</url>
  <id>8b449b067e815037a15be7e3d874038cd2a08f50</id>
  <committed-date>2009-10-25T16:45:27-07:00</committed-date>
  <authored-date>2009-10-25T16:45:27-07:00</authored-date>
  <message>Misc and javascript changes. Set vi mode in bash. Fixed prompt issue. Added single unit test in rails. Javascript tweaks</message>
  <tree>dacffc0eea88fd8b90f45ee4121948c00a39e97c</tree>
  <committer>
    <name>Todd Werth</name>
    <email>twerth@infinitered.com</email>
  </committer>
</commit>
