1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-24 12:20:25 +08:00
ohmyzsh/plugins/cargo/README.md

12 lines
311 B
Markdown
Raw Normal View History

2016-10-04 06:17:38 +08:00
# cargo
2019-03-26 05:42:38 +08:00
This plugin adds completion for the Rust build tool [`Cargo`](https://github.com/rust-lang/cargo).
2016-10-04 06:17:38 +08:00
To use it, add `cargo` to the plugins array in your zshrc file:
```zsh
plugins=(... cargo)
```
2019-03-26 05:42:38 +08:00
Updated on March 3rd, 2019, from [Cargo 0.34.0](https://github.com/rust-lang/cargo/releases/tag/0.34.0).