Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
0e4b638c
Unverified
Commit
0e4b638c
authored
May 16, 2020
by
Raphaël Brulé
Committed by
GitHub
May 16, 2020
Browse files
Add plugin for rustup completion (#8914)
parent
587b5545
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
plugins/rustup/README.md
0 → 100644
View file @
0e4b638c
# rustup
This plugin adds completion for
[
`rustup`
](
https://rustup.rs/
)
, the toolchain installer for the Rust programming language.
To use it, add
`rustup`
to the plugins array in your zshrc file:
```
zsh
plugins
=(
... rustup
)
```
plugins/rustup/_rustup
0 → 100644
View file @
0e4b638c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment