From 89a740be2d5487c96f01e4eaae7e280caf555019 Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Wed, 6 Oct 2021 22:43:09 +0200 Subject: refactor(rust)!: merge `cargo` and `rustup` plugins into `rust` plugin (#10270) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BREAKING CHANGE: `cargo` and `rustup` plugins have been moved to the `rust` plugin since they're part of the Rust toolchain. If you're using these, update your .zshrc file to use `rust` instead. Closes #10270 Co-authored-by: Marc Cornellà --- plugins/rustup/README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'plugins/rustup/README.md') diff --git a/plugins/rustup/README.md b/plugins/rustup/README.md index ba037f8f6..c620e72a8 100644 --- a/plugins/rustup/README.md +++ b/plugins/rustup/README.md @@ -1,9 +1,3 @@ # rustup -This plugin adds completion for [`rustup`](https://rustup.rs/), the toolchain installer for the Rust programming language. - -To use it, add `rustup` to the plugins array in your zshrc file: - -```zsh -plugins=(... rustup) -``` +**Deprecated: use the [`rust`](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rust) plugin instead.** -- cgit v1.2.3-70-g09d2