mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Add some Gunicorn aliases and the oo alias.
This commit is contained in:
parent
7b68b969dc
commit
0be470c37d
2 changed files with 8 additions and 1 deletions
|
|
@ -4,3 +4,7 @@ alias pmrpg='pmrp --adminmedia=`pwd`/media/admin'
|
|||
alias pmsdb='python manage.py syncdb'
|
||||
alias pms='python manage.py shell'
|
||||
alias pmlf='python manage.py loaddata fixtures/*'
|
||||
|
||||
alias gs='gunicorn_django'
|
||||
alias gk='kill `cat .gunicorn.pid`'
|
||||
alias gl='tail -f .gunicorn.log'
|
||||
|
|
@ -22,3 +22,6 @@ function pman() {
|
|||
function pj() {
|
||||
python -mjson.tool
|
||||
}
|
||||
|
||||
## Open current directory
|
||||
alias oo='open .'
|
||||
Loading…
Add table
Add a link
Reference in a new issue