Add rustup completion

This commit is contained in:
Noah Gorny
2020-11-19 01:10:02 +02:00
parent bd8b8bb21e
commit 06b1ffecc0

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# rustup (Rust toolchain installer) completion
if _binary_exists rustup; then
eval "$(rustup completions bash)"
fi