1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-12 00:40:07 +00:00

Use completions with django-admin.py

This commit is contained in:
Brian Galey 2013-04-09 19:54:50 -07:00
parent 872ef081d3
commit c3b20a6541

View file

@ -234,4 +234,5 @@ _managepy() {
compdef _managepy manage.py
compdef _managepy django
compdef _managepy django-admin.py
compdef _managepy django-manage