mirror of https://git.xinb.cc/xinb/ohmyzsh.git
4e6e49652b
Fixes #10190 |
||
---|---|---|
.. | ||
.gitignore | ||
README.md | ||
rustup.plugin.zsh |
README.md
rustup
This plugin adds completion for rustup
, the toolchain installer for the Rust programming language.
To use it, add rustup
to the plugins array in your zshrc file:
plugins=(... rustup)