mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-25 07:43:30 +02:00
Add plugin for rustup completion (#8914)
This commit is contained in:
@@ -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
Reference in New Issue
Block a user