Add pushr and pullr and fix the gunicorn aliases.
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 16 Mar 2010 18:09:55 -0400 |
parents |
4df4cde3b0a9
|
children |
43ed753942ff
|
branches/tags |
(none) |
files |
.hgrc .zshrc |
Changes
--- a/.hgrc Wed Mar 10 11:38:24 2010 -0500
+++ b/.hgrc Tue Mar 16 18:09:55 2010 -0400
@@ -82,6 +82,8 @@
nudge = push --rev .
st = status -C
? = summary
+pullr = pull --remotecmd '~/bin/hg'
+pushr = push --remotecmd '~/bin/hg'
cm = commit -m
cus = commit -m 'Update subrepository state.'
--- a/.zshrc Wed Mar 10 11:38:24 2010 -0500
+++ b/.zshrc Tue Mar 16 18:09:55 2010 -0400
@@ -23,9 +23,8 @@
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'
+alias gs='gunicorn_django'
+alias gk='kill `cat .gunicorn.pid`'
# Environment variables ------------------------------------------------------
export EDITOR='vim'