From 4f600f7a96f92188dcace7a645c31734e558624b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Wed, 15 Jun 2022 20:07:05 +0200 Subject: [PATCH] Move deprecated plugins to removed --- Plugins.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/Plugins.md b/Plugins.md index 7173b46..765a784 100644 --- a/Plugins.md +++ b/Plugins.md @@ -324,21 +324,18 @@ plugins=(rails git ruby) - [zsh-interactive-cd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh-interactive-cd) - [zsh-navigation-tools](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh-navigation-tools) -### Deprecated - -- [cargo](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cargo): moved to the `rust` plugin. -- [copydir](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copydir): functionality moved to the `copypath` plugin. Use [`copypath`](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copypath) instead. -- [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. - ### Removed -- boot2docker: the boot2docker project was abandoned in 2020. +- boot2docker: the boot2docker project was abandoned in 2020. +- cargo: moved to the `rust` plugin. - cloudapp: removed due to [deprecated API](https://github.com/cloudapp/api#note-the-api-is-no-longer-supported). +- copydir: functionality moved to [`copypath`](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copypath) plugin. - django: removed because Zsh provides a better completion for Django. - fedora: use `dnf` instead. - git-remote-branch: not actively maintained. - go: use `golang` instead. +- npx: new npm versions (>=7.0.0) do not provide the same functionality. - nyan: the service that the plugin relied on is no longer available. +- osx: renamed to `macos`. +- rustup: moved to the `rust` plugin. - zsh_reload: functionality baked into the CLI with `omz reload`.