dotfiles/dot_oh-my-zsh/plugins/rustup
Sebastian Schulze 975a8ea294
[zsh] Update oh-my-zsh and fzf to latest master
2020-10-26 10:37:30 +01:00
..
README.md [zsh] Update oh-my-zsh and fzf to latest master 2020-10-26 10:37:30 +01:00
_rustup [zsh] Update oh-my-zsh and fzf to latest master 2020-10-26 10:37:30 +01:00

README.md

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)