README.md 232 Bytes
Newer Older
1
2
3
4
5
6
7
8
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)
```