Add some Gunicorn aliases and the oo alias.

This commit is contained in:
Steve Losh 2010-04-30 15:11:26 -04:00
commit 0be470c37d
2 changed files with 8 additions and 1 deletions

View file

@ -21,4 +21,7 @@ function pman() {
## pretty JSON
function pj() {
python -mjson.tool
}
}
## Open current directory
alias oo='open .'