From 1126b191c9966eb2027410ee9ddc0d5ea94c8ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= <hello@mcornella.com> Date: Tue, 1 Feb 2022 12:58:18 +0100 Subject: [PATCH] Remove Django plugin --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 89df58e..b4bfc63 100644 --- a/Plugins.md +++ b/Plugins.md @@ -319,7 +319,6 @@ plugins=(rails git ruby) ### Deprecated - [cargo](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cargo): moved to the `rust` plugin. -- [django](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/django): Zsh already provides completion for Django. - [npx](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/npx): new npm versions (>=7.0.0) do not provide the same functionality. - [osx](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/osx): renamed to `macos`. - [rustup](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rustup): moved to the `rust` plugin. @@ -328,6 +327,7 @@ plugins=(rails git ruby) ### Removed - cloudapp: removed due to [deprecated API](https://github.com/cloudapp/api#note-the-api-is-no-longer-supported). +- django: removed because Zsh provides a better completion for Django. - fedora: use `dnf` instead. - git-remote-branch: not actively maintained. - go: use `golang` instead.