Move some functions into oh-my-zsh.
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Tue, 02 Feb 2010 09:24:40 -0500 | 
    
    
    
        | parents | 
        f21315844a40 
 | 
    
    
        | children | 
        4a58a0d747d8
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        .zshrc  | 
    
Changes
    
--- a/.zshrc	Sun Jan 31 15:54:10 2010 -0500
+++ b/.zshrc	Tue Feb 02 09:24:40 2010 -0500
@@ -45,14 +45,6 @@
 source ~/lib/z/z.sh
 source ~/lib/python/virtualenvwrapper/virtualenvwrapper_bashrc
 
-# Useful functions -----------------------------------------------------------
-
-autoload -U zmv
-
-function wo() {
-    [ -f './.venv' ] && workon `cat ./.venv`
-}
-
 # Gorilla --------------------------------------------------------------------
 export PATH="/Users/sjl/src/gorilla/bin:$PATH"
 export PYTHONPATH="/Users/sjl/src/gorilla/lib:$PYTHONPATH"