From bf78ef9a5aaaaa3702352c67735adfe6a4f28cb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Wed, 22 Sep 2021 11:38:40 +0200 Subject: [PATCH] Deprecate django plugin --- Plugins.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 234830a..5008793 100644 --- a/Plugins.md +++ b/Plugins.md @@ -68,7 +68,6 @@ plugins=(rails git ruby) - [direnv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/direnv) - [dirhistory](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dirhistory) - [dirpersist](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dirpersist) -- [django](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/django) - [dnf](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dnf) - [dnote](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dnote) - [docker](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/docker) @@ -314,6 +313,10 @@ plugins=(rails git ruby) - [zsh-navigation-tools](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh-navigation-tools) - [zsh_reload](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh_reload) +### Deprecated + +- [django](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/django): Zsh already provides completion for Django. + ### Removed - cloudapp: removed due to [deprecated API](https://github.com/cloudapp/api#note-the-api-is-no-longer-supported).