dot_files/dot_oh-my-zsh/plugins/rust
Viktor Barzin 58ef6d327f initial
2025-11-22 22:51:27 +00:00
..
_rustc initial 2025-11-22 22:51:27 +00:00
README.md initial 2025-11-22 22:51:27 +00:00
rust.plugin.zsh initial 2025-11-22 22:51:27 +00:00

rust

This plugin adds completion for rustc, the compiler for the Rust programming language, as well as for rustup and cargo if you have the Rust toolchain installed.

To use it, add rust to the plugins array in your zshrc file:

plugins=(... rust)