Move some aliases to oh-my-zsh.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Fri, 30 Apr 2010 15:28:32 -0400 | 
    
    
        | parents | 6d0681e15963 | 
    
        | children | bc6875651950
739f1bc274bb | 
    
        | branches/tags | (none) | 
    
        | files | .zshrc | 
Changes
    
--- a/.zshrc	Fri Apr 30 15:09:03 2010 -0400
+++ b/.zshrc	Fri Apr 30 15:28:32 2010 -0400
@@ -7,18 +7,10 @@
 unsetopt promptcr
 
 # Useful aliases -------------------------------------------------------------
-alias ls='ls -Goh'
-alias less='less -R'
-alias hl='less -R'
-alias pm='python manage.py'
 alias j='z'
 alias fab='fab -i ~/.ssh/stevelosh'
 alias tweets-stevelosh='~/src/grabtweets/grabtweets.py -p ~/Documents/tweets/stevelosh'
-alias meme="curl -q --silent meme.boxofjunk.ws/moar.txt?lines=1"
-alias deact='deactivate'
-alias serve_this='python -m SimpleHTTPServer'
 alias oldgcc='export CC=/usr/bin/gcc-4.0'
-alias smtpconsole='python -m smtpd -n -c DebuggingServer localhost:1025'
 
 # Environment variables ------------------------------------------------------
 export EDITOR='vim'
@@ -32,7 +24,6 @@
 export HISTSIZE=1000
 export HISTFILESIZE=1000
 export HISTCONTROL=erasedups
-export JPY="${HOME}/lib/j2/j.py"
 export PYTHONSTARTUP="$HOME/.pythonrc.py"
 export COMMAND_MODE=unix2003
 export R_LIBS="$HOME/lib/r"
@@ -55,10 +46,3 @@
     z --add "$(pwd -P)"
     title zsh "$(pwd)"
 }
-
-# -- start rip config -- #
-RIPDIR=/Users/sjl/.rip
-RUBYLIB="$RUBYLIB:$RIPDIR/active/lib"
-PATH="$PATH:$RIPDIR/active/bin"
-export RIPDIR RUBYLIB PATH
-# -- end rip config -- #