diff --git a/bash_profile b/bash_profile index 9498845..69ea512 100755 --- a/bash_profile +++ b/bash_profile @@ -1,4 +1,3 @@ -export PATH=~/bin:~/.gem/ruby/1.8/bin:~/.seeds/bin:/usr/local/bin:/usr/local/sbin:$PATH for a in `ls $HOME/.bash_profile.d/*.sh`; do source $a