Add rustup completion

pull/1711/head
Noah Gorny 2020-11-19 01:10:02 +02:00
parent bd8b8bb21e
commit 06b1ffecc0
1 changed files with 7 additions and 0 deletions

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