<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,8 +15,11 @@ PROMPT_COMMAND='history -a'
 shopt -s checkwinsize
  
 [ -x /usr/bin/lesspipe ] &amp;&amp; eval &quot;$(lesspipe)&quot;
- 
-if [ &quot;$TERM&quot; != &quot;dumb&quot; ]; then
+
+if [ &quot;$TERM&quot; == &quot;screen&quot; ]; then
+    alias ls='ls --color=auto'
+    alias lsl='ls -hl --color=auto' 
+elif [ &quot;$TERM&quot; != &quot;dumb&quot; ]; then
     [ -x /usr/bin/dircolors ] &amp;&amp; eval &quot;`dircolors -b`&quot;
     alias ls='ls -G'
     alias lsl='ls -Ghl'
@@ -67,4 +70,4 @@ alias gnax2='ssh -D 2445 wfarr@gw02.gnax.railsmachine.net -t &quot;screen -x&quot;'
 alias pnap='ssh -D 3444 wfarr@gw01.pnap.railsmachine.net -t &quot;screen -x&quot;'
 alias pnap2='ssh -D 3445 wfarr@gw02.pnap.railsmachine.net -t &quot;screen -x&quot;'
 
-cd ~
\ No newline at end of file
+cd ~</diff>
      <filename>bashrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8bfae90577eae651512b47fd58ff04ca3790e968</id>
    </parent>
  </parents>
  <author>
    <name>Will Farrington</name>
    <email>will@railsmachine.com</email>
  </author>
  <url>http://github.com/wfarr/dotfiles/commit/ce440f5d26271218c2ebb6e3b3b27f19d3cf7ed0</url>
  <id>ce440f5d26271218c2ebb6e3b3b27f19d3cf7ed0</id>
  <committed-date>2009-10-26T13:16:03-07:00</committed-date>
  <authored-date>2009-10-26T13:16:03-07:00</authored-date>
  <message>Add screen ls coloring.</message>
  <tree>eb74d3f1bd57c47646d226d6e678f777e52c4fb6</tree>
  <committer>
    <name>Will Farrington</name>
    <email>will@railsmachine.com</email>
  </committer>
</commit>
