From 858db0022ab2ae401a1489b2de74ad8c242c1073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Mon, 4 Oct 2021 16:26:03 +0200 Subject: [PATCH] Deprecate zsh_reload plugin --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 5008793..d7c54f7 100644 --- a/Plugins.md +++ b/Plugins.md @@ -311,11 +311,11 @@ plugins=(rails git ruby) - [zoxide](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zoxide) - [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) -- [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. +- [zsh_reload](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh_reload): functionality baked into the CLI with `omz reload`. ### Removed