1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-22 06:13:28 +02:00

Merge pull request #3489 from sunlight07/patch-1

activate django plugin on command "django-admin"
This commit is contained in:
Robby Russell
2015-01-31 06:08:09 -06:00
+1
View File
@@ -236,5 +236,6 @@ _managepy() {
compdef _managepy manage.py
compdef _managepy django
compdef _managepy django-admin
compdef _managepy django-admin.py
compdef _managepy django-manage