Add the green unicorn aliases.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 10 Mar 2010 11:38:24 -0500 |
parents |
ae7720b9e4e3
|
children |
0ce9f9282429
|
branches/tags |
(none) |
files |
.zshrc |
Changes
--- a/.zshrc Mon Mar 08 10:14:14 2010 -0500
+++ b/.zshrc Wed Mar 10 11:38:24 2010 -0500
@@ -23,6 +23,9 @@
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/start'
+alias gr='./gunicorn/restart'
+alias gk='./gunicorn/stop'
# Environment variables ------------------------------------------------------
export EDITOR='vim'