Switch to the new version of virtualenvwrapper.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Thu, 08 Apr 2010 10:15:47 -0400 | 
    
    
        | parents | 112f453a6f84 | 
    
        | children | 7a311512b1b8
c37b42fc8409 | 
    
        | branches/tags | (none) | 
    
        | files | .zshrc | 
Changes
    
--- a/.zshrc	Thu Apr 08 10:13:34 2010 -0400
+++ b/.zshrc	Thu Apr 08 10:15:47 2010 -0400
@@ -51,7 +51,7 @@
 
 # Extra shell extensions like z and tab completion for Mercurial -------------
 source ~/lib/z/z.sh
-source ~/lib/python/virtualenvwrapper/virtualenvwrapper_bashrc
+source ~/lib/python/virtualenvwrapper/virtualenvwrapper.sh
 
 # Gorilla --------------------------------------------------------------------
 export PATH="/Users/sjl/src/gorilla/bin:$PATH"