1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-24 07:24:51 +08:00

Merge pull request #721 from gawel/master

Just another alias for django
This commit is contained in:
Robby Russell 2012-01-18 06:59:01 -08:00
commit f4944d5a95

View File

@ -220,3 +220,4 @@ _managepy() {
compdef _managepy manage.py
compdef _managepy django
compdef _managepy django-manage