Add fictiongen aliases and remove flakes.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Wed, 03 Mar 2010 08:53:31 -0500 | 
    
    
        | parents | c7536eed5cc8 | 
    
        | children | 38883155ef56 | 
    
        | branches/tags | (none) | 
    
        | files | .zshrc | 
Changes
    
--- a/.zshrc	Mon Mar 01 11:47:48 2010 -0500
+++ b/.zshrc	Wed Mar 03 08:53:31 2010 -0500
@@ -13,7 +13,6 @@
 alias pm='python manage.py'
 alias oo='open .'
 alias j='z'
-alias flakes="find . -name '*.py' -print0 | xargs -0 pyflakes"
 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"
@@ -21,6 +20,9 @@
 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'
 
 # Environment variables ------------------------------------------------------
 export EDITOR='vim'