mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Add plugin for rustup completion (#8914)
This commit is contained in:
parent
587b554580
commit
0e4b638c3f
2 changed files with 1152 additions and 0 deletions
9
plugins/rustup/README.md
Normal file
9
plugins/rustup/README.md
Normal file
|
@ -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)
|
||||||
|
```
|
1143
plugins/rustup/_rustup
Normal file
1143
plugins/rustup/_rustup
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue