<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,3 @@
-#!/bin/bash
-
 ################################################################################
 # Helper Functions
 ################################################################################
@@ -74,7 +72,7 @@ function load_darwin {
 
   # Fix screen
   alias screen='export SCREENPWD=$(pwd); /usr/bin/screen'
-  export SHELL='/bin/bash -rcfile ~/.bash_profile';
+  export SHELL='/bin/bash -rcfile ~/.bash_profile'
 
   # Switch to current working directory when screen is started
   if [[ &quot;$TERM&quot; == 'screen' ]]; then
@@ -119,6 +117,7 @@ set -o vi
 # Local environment
 ################################################################################
 
+# Use bashrc for local configuration options
 if [ -f ~/.bashrc ]; then
   . ~/.bashrc
 fi</diff>
      <filename>.bash_profile</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,11 @@
+# Disable startup message
+startup_message off
+
+# Use shell variable for shell (OS X fix)
+shell -$SHELL
+
+# Disable visual bell
 vbell off 
+
+# Set long scrollback buffer
 defscrollback 30000</diff>
      <filename>.screenrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e25f93fe3ac4090bb32345ee7a5fb3ad1fdd4215</id>
    </parent>
  </parents>
  <author>
    <name>Silas Sewell</name>
    <email>silas@sewell.ch</email>
  </author>
  <url>http://github.com/silas/config/commit/245239dd6115a04fcb1e9d29267b7d086d5f9b02</url>
  <id>245239dd6115a04fcb1e9d29267b7d086d5f9b02</id>
  <committed-date>2009-03-07T17:00:54-08:00</committed-date>
  <authored-date>2009-03-07T17:00:54-08:00</authored-date>
  <message>Fix screen on OS X</message>
  <tree>dfc882a3416b59ea8369eca2bfb7970a0b694ddd</tree>
  <committer>
    <name>Silas Sewell</name>
    <email>silas@sewell.ch</email>
  </committer>
</commit>
