Move some aliases to omz.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Fri, 30 Apr 2010 15:09:03 -0400 | 
    
    
        | parents | 6df07d9e92d9 | 
    
        | children | 3a5a19f5dd1f | 
    
        | branches/tags | (none) | 
    
        | files | .zshrc | 
Changes
    
--- a/.zshrc	Fri Apr 23 11:18:43 2010 -0400
+++ b/.zshrc	Fri Apr 30 15:09:03 2010 -0400
@@ -11,7 +11,6 @@
 alias less='less -R'
 alias hl='less -R'
 alias pm='python manage.py'
-alias oo='open .'
 alias j='z'
 alias fab='fab -i ~/.ssh/stevelosh'
 alias tweets-stevelosh='~/src/grabtweets/grabtweets.py -p ~/Documents/tweets/stevelosh'
@@ -20,11 +19,6 @@
 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'
-alias fic='~/src/fictiongen/generate.py -c 5 | pbcopy'
-alias ficp='~/src/fictiongen/generate.py -p -c 5 | pbcopy'
-alias fict='~/src/fictiongen/generate.py -t | pbcopy'
-alias gs='gunicorn_django'
-alias gk='kill `cat .gunicorn.pid`'
 
 # Environment variables ------------------------------------------------------
 export EDITOR='vim'