.dots/zsh/plugins/rustup
2021-09-20 09:41:06 +05:00
..
README.md Обновление ohmyzsh 2021-06-10 11:49:35 +05:00
rustup.plugin.zsh Обновления 20.09.2021 2021-09-20 09:41:06 +05:00

rustup

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

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

plugins=(... rustup)