浏览代码

Add plugin for rustup completion (#8914)

Raphaël Brulé 5 年之前
父节点
当前提交
0e4b638c3f
共有 2 个文件被更改,包括 1152 次插入0 次删除
  1. 9 0
      plugins/rustup/README.md
  2. 1143 0
      plugins/rustup/_rustup

+ 9 - 0
plugins/rustup/README.md

@@ -0,0 +1,9 @@
+# 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)
+```

文件差异内容过多而无法显示
+ 1143 - 0
plugins/rustup/_rustup