From 52d9b6ed4059656ebcc983a18bf3d7daf00833d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Tue, 1 Feb 2022 13:13:19 +0100 Subject: [PATCH] Remove zsh_reload plugin --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index b4bfc63..4cd34bb 100644 --- a/Plugins.md +++ b/Plugins.md @@ -322,7 +322,6 @@ plugins=(rails git ruby) - [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. -- [zsh_reload](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh_reload): functionality baked into the CLI with `omz reload`. ### Removed @@ -332,3 +331,4 @@ plugins=(rails git ruby) - git-remote-branch: not actively maintained. - go: use `golang` instead. - nyan: the service that the plugin relied on is no longer available. +- zsh_reload: functionality baked into the CLI with `omz reload`.