Add homebrew bash completion.
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Sat, 31 Oct 2009 00:44:32 -0400 | 
    
    
    
        | parents | 
        ae6212a980bc 
 | 
    
    
        | children | 
        0e26893169bb
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        .bashrc  | 
    
Changes
    
--- a/.bashrc	Wed Oct 28 22:55:17 2009 -0400
+++ b/.bashrc	Sat Oct 31 00:44:32 2009 -0400
@@ -44,6 +44,9 @@
 # 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
 
 # Useful functions -----------------------------------------------------------