Remove the extra homebrew stuff.
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Fri, 08 Jan 2010 20:53:23 -0500 | 
    
    
    
        | parents | 
        aadb7b94c662 
 | 
    
    
        | children | 
        c80eab81d6f0
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        .bashrc  | 
    
Changes
    
--- a/.bashrc	Thu Jan 07 17:51:26 2010 -0500
+++ b/.bashrc	Fri Jan 08 20:53:23 2010 -0500
@@ -43,8 +43,6 @@
 source ~/.bash/prompt
 
 # Homebrew -------------------------------------------------------------------
-export PATH=`brew --prefix`/bin:$PATH
-export MANPATH=`brew --prefix`/share/man:$MANPATH
 if [ -f `brew --prefix`/etc/bash_completion ]; then
     . `brew --prefix`/etc/bash_completion
 fi