Add plugin for rustup completion (#8914)

master
Raphaël Brulé 6 years ago committed by GitHub
parent 587b554580
commit 0e4b638c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      plugins/rustup/README.md
  2. 1143
      plugins/rustup/_rustup

@ -0,0 +1,9 @@
# 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)
```

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save