From 379d04079d4c52fe6250a331f4fe75bca18431c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Sat, 3 Sep 2016 19:57:22 +0200 Subject: [PATCH] Add django plugin info --- Plugins.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Plugins.md b/Plugins.md index 5fd47cf..7d7373e 100644 --- a/Plugins.md +++ b/Plugins.md @@ -46,6 +46,7 @@ Below is a list of bundled plugins - [dircycle](#dircycle) - [dirhistory](#dirhistory) - [dirpersist](#dirpersist) +- [django](#django) - [dnf](#dnf) - [docker](#docker) - [encode64](#encode64) @@ -554,6 +555,15 @@ Currently the max history size is 100. The navigation should work for xterm, PuT --- +## dirpersist + +**Maintainer:** [robbyrussell](https://github.com/robbyrussell) + +Adds completion for [django and `manage.py`](https://www.djangoproject.com/). +[See for more info](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/django). + +--- + ## dnf **Maintainer:** [robbyrussell](https://github.com/robbyrussell)