summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2012-01-18 06:59:01 -0800
committerRobby Russell <robby@planetargon.com>2012-01-18 06:59:01 -0800
commitf4944d5a9537eb4bdc4991fe63e6d249f9e5b478 (patch)
treead60266c63a83a5adb2eec1a7a7819661c02dd22
parent51ce4cd407a0df8dddbd38c256800211627b05a0 (diff)
parent5260bfd4eba3787d5d32086b55ed728f3f3ab7f8 (diff)
downloadzsh-f4944d5a9537eb4bdc4991fe63e6d249f9e5b478.tar.gz
zsh-f4944d5a9537eb4bdc4991fe63e6d249f9e5b478.tar.bz2
zsh-f4944d5a9537eb4bdc4991fe63e6d249f9e5b478.zip
Merge pull request #721 from gawel/master
Just another alias for django
-rw-r--r--plugins/django/django.plugin.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/django/django.plugin.zsh b/plugins/django/django.plugin.zsh
index 1d72a2f2c..0bbd031fe 100644
--- a/plugins/django/django.plugin.zsh
+++ b/plugins/django/django.plugin.zsh
@@ -220,3 +220,4 @@ _managepy() {
compdef _managepy manage.py
compdef _managepy django
+compdef _managepy django-manage