summaryrefslogtreecommitdiff
path: root/plugins/rustup/README.md
blob: ba037f8f6885eb6c96922d2d78a09a2cd883481e (plain)
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)
```