ohmyzsh/plugins/rustup
2024-12-06 17:37:42 +08:00
..
README.md feat: add the rustup completion script 2024-12-06 17:37:42 +08:00
rustup.plugin.zsh feat: add the rustup completion script 2024-12-06 17:37:42 +08:00

Buf plugin

This plugin adds completion for rustup, the Rust toolchain installer.

To use it, add rustup to the plugins array in you rustup file:

plugins=(... rustup)