Index: .bash_profile
===================================================================
--- .bash_profile (nonexistent)
+++ .bash_profile (revision 5)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if [ -f ~/.bashrc ]; then
+ . ~/.bashrc
+fi
+
+export PATH=$PATH:$HOME/bin